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:
parent
8b442c0ac2
commit
8964779e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue