Skip to content

Commit

Permalink
Merge pull request #18622 from dannon/disable-replay-by-default
Browse files Browse the repository at this point in the history
[24.1] Adjust sentry default config -- drop replay
  • Loading branch information
mvdbeek authored Jul 30, 2024
2 parents 90b5251 + 50cf5e6 commit 257d9dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/src/onload/globalInits/initSentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ export const initSentry = (galaxy, config) => {
Sentry.init({
Vue,
dsn: sentry_dsn_public,
integrations: [Sentry.browserTracingIntegration({ router }), Sentry.replayIntegration()],
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 1.0,
integrations: [Sentry.browserTracingIntegration({ router })],
release: release,
beforeSend(event, hint) {
const error = hint.originalException;
Expand Down

0 comments on commit 257d9dc

Please sign in to comment.