feat: sentry replay

This commit is contained in:
Enno Gelhaus 2026-04-13 07:10:56 +02:00 committed by GitHub
parent 3ea302202d
commit 1145e51ea6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
Sentry.browserTracingIntegration(),
Sentry.browserProfilingIntegration(),
Sentry.replayIntegration({
maskAllText: true,
maskAllText: false,
maskAllInputs: true,
}),
Sentry.feedbackIntegration({