chore: clean

This commit is contained in:
devthejo 2025-06-28 08:39:36 +02:00
parent 52e7314005
commit 774f7dc163

View file

@ -73,10 +73,10 @@ Sentry.init({
replaysSessionSampleRate: 0.1, replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0, replaysOnErrorSampleRate: 1.0,
integrations: [ integrations: [
Sentry.mobileReplayIntegration({ // Sentry.mobileReplayIntegration({
maskAllText: false, // maskAllText: false,
maskAllImages: false, // maskAllImages: false,
maskAllVectors: false, // maskAllVectors: false,
}), // }),
], ],
}); });