From 774f7dc1636b71f8640fe8631acc2da00a29f30c Mon Sep 17 00:00:00 2001 From: devthejo Date: Sat, 28 Jun 2025 08:39:36 +0200 Subject: [PATCH] chore: clean --- src/sentry/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, + // }), ], });