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.
_triggerFullSnapshot
1 parent 700d280 commit c5d5a22Copy full SHA for c5d5a22
packages/replay/src/replay.ts
@@ -941,19 +941,6 @@ export class ReplayContainer implements ReplayContainerInterface {
941
}
942
943
944
- /**
945
- * Trigger rrweb to take a full snapshot which will cause this plugin to
946
- * create a new Replay event.
947
- */
948
- private _triggerFullSnapshot(checkout = true): void {
949
- try {
950
- logInfo('[Replay] Taking full rrweb snapshot');
951
- record.takeFullSnapshot(checkout);
952
- } catch (err) {
953
- this._handleException(err);
954
- }
955
956
-
957
/**
958
* Update user activity (across session lifespans)
959
*/
0 commit comments