Unverified Commit 50cf5e60 authored by Dannon Baker's avatar Dannon Baker
Browse files

Don't enable session replay by default -- we're going to have users opt in to this.

parent 90b5251c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;