Skip to content

Commit

Permalink
chore: remove sentry capture console integration as it was used for s…
Browse files Browse the repository at this point in the history
…hort time debugging help
  • Loading branch information
HRemonen committed Jun 6, 2024
1 parent 2811541 commit 0f5230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/util/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const initializeSentry = () => {
Sentry.init({
dsn: SENTRY_DSN,
release: GIT_SHA,
integrations: [Sentry.browserTracingIntegration(), Sentry.captureConsoleIntegration()],
integrations: [Sentry.browserTracingIntegration()],
tracesSampleRate: 1.0,
})
}
Expand Down

0 comments on commit 0f5230c

Please sign in to comment.