Skip to content

Commit

Permalink
🔨 analytics: increase Sentry session replay sampling to 10%
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmacdonald committed Nov 21, 2024
1 parent 95a5743 commit da43597
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 da43597

Please sign in to comment.