Skip to content

Commit

Permalink
fix(sentry): modification configuration (#5969)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jun 17, 2024
1 parent cd0d2f6 commit 3f40c0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/code-du-travail-frontend/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Sentry.init({
tracesSampleRate: 0.05,
release: process.env.NEXT_PUBLIC_SENTRY_RELEASE || process.env.SENTRY_RELEASE,
integrations: [
Sentry.replayIntegration({ maskAllText: true, blockAllMedia: true }),
Sentry.replayIntegration({
maskAllText: false,
blockAllMedia: false,
maskAllInputs: false,
}),
],
replaysSessionSampleRate: 0,
replaysOnErrorSampleRate: 1.0,
Expand Down

0 comments on commit 3f40c0e

Please sign in to comment.