You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`replaysSessionSampleRate: 0.01` (1%) for high-traffic sites (100k+ sessions/day)
168
-
-`replaysSessionSampleRate: 0.1` (10%) for medium-traffic sites (10k-100k sessions/day)
169
-
-`replaysSessionSampleRate: 0.25` (25%) for low-traffic sites (under 10k sessions/day)
170
-
-`replaysOnErrorSampleRate: 1.0` (100%) - Always capture sessions with errors for debugging
183
+
**Why keep `replaysOnErrorSampleRate` at 1.0?** Error sessions provide the most valuable debugging context, so capturing all of them is recommended regardless of traffic volume.
0 commit comments