diff --git a/.changeset/calm-bulldogs-speak.md b/.changeset/calm-bulldogs-speak.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/calm-bulldogs-speak.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/rrweb/src/utils.ts b/packages/rrweb/src/utils.ts index 578160273b..510139afcd 100644 --- a/packages/rrweb/src/utils.ts +++ b/packages/rrweb/src/utils.ts @@ -30,6 +30,7 @@ const DEPARTED_MIRROR_ACCESS_WARNING = 'now you can use replayer.getMirror() to access the mirror instance of a replayer,' + '\r\n' + 'or you can use record.mirror to access the mirror instance during recording.'; +/** @deprecated */ export let _mirror: DeprecatedMirror = { map: {}, getId() {