Skip to content

Commit d35aa65

Browse files
committed
add comment
1 parent 3b9cc31 commit d35aa65

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
@@ -107,6 +107,7 @@ export class ReplayContainer implements ReplayContainerInterface {
107107
private _debouncedFlush: ReturnType<typeof debounce>;
108108
private _flushLock: Promise<unknown> | null = null;
109109

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

112113
/**

0 commit comments

Comments
 (0)