feat: remove blockAllMedia option from Sentry replay integration

This commit is contained in:
Enno Gelhaus 2025-11-26 16:15:40 +01:00
parent f09336dde4
commit 177f7dcb50
No known key found for this signature in database
GPG key ID: 80E2416C986A7EC0

View file

@ -10,7 +10,6 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
Sentry.replayIntegration({
maskAllText: false,
maskAllInputs: true,
blockAllMedia: true,
// Manual Masking
mask: ['.sentry-mask', '[data-sentry-mask]'],