Skip to content

Commit

Permalink
disable sentry replay integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEbenrode committed Oct 12, 2024
1 parent e1030df commit 8318e4a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ if (process.env.NODE_ENV === 'production') {
Sentry.init({
app,
dsn: 'https://[email protected]/4504038554664960',
integrations: [
Sentry.browserTracingIntegration({ router }),
Sentry.replayIntegration(),
],
integrations: [Sentry.browserTracingIntegration({ router })],
tracesSampleRate: 1.0,
tracePropagationTargets: [
'localhost',
Expand Down

0 comments on commit 8318e4a

Please sign in to comment.