Skip to content

Commit

Permalink
Don't enable session replay by default -- we're going to have users o…
Browse files Browse the repository at this point in the history
…pt in to this.
  • Loading branch information
dannon committed Jul 30, 2024
1 parent 90b5251 commit 50cf5e6
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 50cf5e6

Please sign in to comment.