Skip to content

Commit 847e16f

Browse files
committed
docs(replay): Add migration docs
1 parent 38e5fa8 commit 847e16f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/replay/MIGRATION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ import something from '@sentry/replay/submodule';
5252
```
5353

5454
If you only imported from `@sentry/replay`, this will not affect you.
55+
56+
## Session object is now a POJO (https://github.com/getsentry/sentry-javascript/pull/6417)
57+
58+
The `Session` object exported from Replay is now a POJO, instead of a class.
59+
This should not affect you unless you specifically accessed this class & did custom things with it.

0 commit comments

Comments
 (0)