Skip to content

Commit 2c25ff2

Browse files
committed
add comment
1 parent a6dcfde commit 2c25ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay/src/replay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class ReplayContainer implements ReplayContainerInterface {
108108
private _debouncedFlush: ReturnType<typeof debounce>;
109109
private _flushLock: Promise<unknown> | null = null;
110110

111+
/** We keep this here in order to be able to connect sessions after .stop() is called. */
111112
private _previousSessionId: string | undefined;
112113

113114
/**

0 commit comments

Comments
 (0)