Disable text masking and media blocking
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m2s
Test, Build, Deploy / Create Sentry Release (push) Successful in 6s

This commit is contained in:
2026-03-15 03:14:19 -04:00
parent 47df3dc55f
commit 26bef47403

View File

@@ -16,7 +16,11 @@ Sentry.init({
useLocation,
useMatches,
}),
Sentry.replayIntegration(),
Sentry.replayIntegration({
blockAllMedia: false,
maskAllInputs: false,
maskAllText: false,
}),
],
replaysOnErrorSampleRate: 1,
replaysSessionSampleRate: 0.02,