Skip to content

Commit

Permalink
feat: suppression du mode replay (#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs authored Oct 29, 2024
1 parent 7a25797 commit cbfc898
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,8 @@ if (process.env?.VITE_SENTRY_FRONTEND_DSN) {
app,
dsn: process.env.VITE_SENTRY_FRONTEND_DSN,
environment: process.env.VITE_CONTEXT,
integrations: [
Sentry.browserTracingIntegration({ router }),
Sentry.replayIntegration(),
],
integrations: [Sentry.browserTracingIntegration({ router })],
tracesSampleRate: 0.1,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
debug: "development" === process.env.VITE_CONTEXT,
})
}
Expand Down

0 comments on commit cbfc898

Please sign in to comment.