diff --git a/src/sentry/index.js b/src/sentry/index.js index 4ab1477..2872d76 100644 --- a/src/sentry/index.js +++ b/src/sentry/index.js @@ -73,10 +73,10 @@ Sentry.init({ replaysSessionSampleRate: 0.1, replaysOnErrorSampleRate: 1.0, integrations: [ - Sentry.mobileReplayIntegration({ - maskAllText: false, - maskAllImages: false, - maskAllVectors: false, - }), + // Sentry.mobileReplayIntegration({ + // maskAllText: false, + // maskAllImages: false, + // maskAllVectors: false, + // }), ], });