We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4e77c commit 5f323c7Copy full SHA for 5f323c7
1 file changed
src/sentry.ts
@@ -1,14 +1,10 @@
1
import * as Sentry from "@sentry/react";
2
-import { BrowserTracing } from "@sentry/tracing";
3
-import { Replay } from "@sentry/replay";
4
5
Sentry.init({
6
dsn: "https://de284553b9b4c7a3f7bcd9786eb802f2@o4509151884148736.ingest.us.sentry.io/4510040067735557",
7
integrations: [
8
Sentry.browserTracingIntegration(),
9
Sentry.replayIntegration(),
10
- new BrowserTracing(),
11
- new Replay(),
12
],
13
tracesSampleRate: 1.0,
14
replaysSessionSampleRate: 0.1,
0 commit comments