Skip to content

Commit de59022

Browse files
committed
add migration link
1 parent d1422e3 commit de59022

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MIGRATION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Deprecations in 7.x
22

3+
## Replay options changed (since 7.35.0) - #6645
4+
5+
Some options for replay have been depracted in favor of new APIs.
6+
See [Replay Migration docs](./packages/replay/MIGRATION.md#upgrading-replay-from-7340-to-7350) for details.
7+
38
## Renaming of Next.js wrapper methods (since 7.31.0) - #6790
49

510
We updated the names of the functions to wrap data fetchers and API routes to better reflect what they are doing.

packages/replay/MIGRATION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Upgrading Replay from 7.34.0 to 7.35.0
1+
# Upgrading Replay from 7.34.0 to 7.35.0 - #6645
2+
23
This release will remove the ability to change the default rrweb recording options (outside of privacy options). The following are the new configuration values all replays will use:
34
`slimDOMOptions: 'all'` - Removes `script`, comments, `favicon`, whitespace in `head`, and a few `meta` tags in `head`
45
`recordCanvas: false` - This option did not do anything as playback of recorded canvas means we would have to remove the playback sandbox (which is a security concern).

0 commit comments

Comments
 (0)