Skip to content

Commit 5f323c7

Browse files
committed
Fixed false error reported on sentry.io
1 parent 1b4e77c commit 5f323c7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/sentry.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import * as Sentry from "@sentry/react";
2-
import { BrowserTracing } from "@sentry/tracing";
3-
import { Replay } from "@sentry/replay";
42

53
Sentry.init({
64
dsn: "https://de284553b9b4c7a3f7bcd9786eb802f2@o4509151884148736.ingest.us.sentry.io/4510040067735557",
75
integrations: [
86
Sentry.browserTracingIntegration(),
97
Sentry.replayIntegration(),
10-
new BrowserTracing(),
11-
new Replay(),
128
],
139
tracesSampleRate: 1.0,
1410
replaysSessionSampleRate: 0.1,

0 commit comments

Comments
 (0)