diff --git a/client/src/onload/globalInits/initSentry.js b/client/src/onload/globalInits/initSentry.js index c5a32648bd04..9815743e8a3c 100644 --- a/client/src/onload/globalInits/initSentry.js +++ b/client/src/onload/globalInits/initSentry.js @@ -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;