From 93274b93b27d9b00d7633b0e83dcdf7bf1a1d2e4 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, + // }), ], });