From ba5844cdc2b0997c3c11b9c5f970cb8ef8bd6a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20G=C4=85sowski?= Date: Fri, 22 Nov 2024 09:31:45 +0100 Subject: [PATCH] build: config Sentry replay --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 4d26a0d..10ff02f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -22,6 +22,7 @@ if (import.meta.env.PROD && import.meta.env.VITE_SENTRY_DSN) { integrations: [ Sentry.replayIntegration({ maskAllText: false, + maskAllInputs: false, blockAllMedia: false, }), Sentry.feedbackIntegration({