We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e5fa8 commit 847e16fCopy full SHA for 847e16f
packages/replay/MIGRATION.md
@@ -52,3 +52,8 @@ import something from '@sentry/replay/submodule';
52
```
53
54
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