Skip to content

Commit c5d5a22

Browse files
authored
ref(replay): Remove unused _triggerFullSnapshot (#9393)
This is not used since we reworked our session refresh flow to just start>stop.
1 parent 700d280 commit c5d5a22

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/replay/src/replay.ts

-13
Original file line numberDiff line numberDiff line change
@@ -941,19 +941,6 @@ export class ReplayContainer implements ReplayContainerInterface {
941941
}
942942
}
943943

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-
957944
/**
958945
* Update user activity (across session lifespans)
959946
*/

0 commit comments

Comments
 (0)