Skip to content

Commit

Permalink
Merge pull request #4203 from owid/increase-session-replay-sampling
Browse files Browse the repository at this point in the history
🐝  analytics: increase Sentry session replay sampling to 10%
  • Loading branch information
bnjmacdonald authored Nov 29, 2024
2 parents d1c6b0d + da43597 commit 9548c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/owid.entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if (SENTRY_DSN) {
mask: [".sentry-mask"],
}),
],
replaysSessionSampleRate: ENV === "development" ? 1 : 0.01,
replaysSessionSampleRate: ENV === "development" ? 1 : 0.1,
replaysOnErrorSampleRate: 0,
}
} else {
Expand Down

0 comments on commit 9548c2f

Please sign in to comment.