We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34345c3 commit 6a99d9dCopy full SHA for 6a99d9d
packages/replay/MIGRATION.md
@@ -52,3 +52,14 @@ import something from '@sentry/replay/submodule';
52
```
53
54
If you only imported from `@sentry/replay`, this will not affect you.
55
+
56
+## Reduce public API of Replay integration (https://github.com/getsentry/sentry-javascript/pull/6407)
57
58
+The result of `new Replay()` now has a much more limited public API. Only the following methods are exposed:
59
60
+```js
61
+const replay = new Replay();
62
63
+replay.start();
64
+replay.stop();
65
+```
0 commit comments