diff --git a/src/main.ts b/src/main.ts index 885a63a..d8f9f19 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,10 @@ if (import.meta.env.PROD && import.meta.env.VITE_SENTRY_DSN) { dsn: import.meta.env.VITE_SENTRY_DSN, environment: import.meta.env.MODE, integrations: [ - Sentry.replayIntegration(), + Sentry.replayIntegration({ + maskAllText: false, + blockAllMedia: false, + }), Sentry.feedbackIntegration({ buttonLabel: 'Send Feedback', formTitle: 'Send Feedback',