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
feat(replay): Remove default sample rates for replay (#6878)
Previously, they were:
* `replaysSessionSampleRate: 0.1`
* `replaysOnErrorSampleRate: 1.0`
Now, you have to explicitly set the sample rates, otherwise they default to 0.
Copy file name to clipboardExpand all lines: packages/replay/MIGRATION.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# Upgrading Replay from 7.31.0 to 7.32.0
2
+
3
+
In 7.32.0, we have removed the default values for the replay sample rates.
4
+
Previously, they were:
5
+
6
+
*`replaysSessionSampleRate: 0.1`
7
+
*`replaysOnErrorSampleRate: 1.0`
8
+
9
+
Now, you have to explicitly set the sample rates, otherwise they default to 0.
10
+
1
11
# Upgrading Replay from 0.6.x to 7.24.0
2
12
3
13
The Sentry Replay integration was moved to the Sentry JavaScript SDK monorepo. Hence we're jumping from version 0.x to the monorepo's 7.x version which is shared across all JS SDK packages.
0 commit comments