Skip to content

Commit

Permalink
Disable Sentry Replay mask
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Aug 1, 2024
1 parent e0cd41e commit 462dc3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ if (environment.sentryEnvironment) {
dsn: 'https://[email protected]/5655956',
environment: environment.sentryEnvironment,
integrations: [
Sentry.replayIntegration(),
Sentry.replayIntegration({
maskAllText: false,
blockAllMedia: false,
}),
],
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
Expand Down

0 comments on commit 462dc3b

Please sign in to comment.