Update libraries/react-shared-libraries/src/sentry/initialize.sentry.client.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Enno Gelhaus 2025-08-01 11:39:10 +02:00 committed by GitHub
parent 8b442c0ac2
commit 8964779e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
// Manual Masking
mask: ['.sentry-mask', '[data-sentry-mask]', '[data-sentry-mask]'],
unmask: ['.sentry-unmask', '[data-sentry-unmask]', 'data-sentry-unmask'],
unmask: ['.sentry-unmask', '[data-sentry-unmask]', '[data-sentry-unmask]'],
}),
Sentry.feedbackIntegration({
// Disable the injection of the default widget