feat: sentry replay
This commit is contained in:
parent
3ea302202d
commit
1145e51ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue