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.
1 parent 3b9cc31 commit d35aa65Copy full SHA for d35aa65
packages/replay/src/replay.ts
@@ -107,6 +107,7 @@ export class ReplayContainer implements ReplayContainerInterface {
107
private _debouncedFlush: ReturnType<typeof debounce>;
108
private _flushLock: Promise<unknown> | null = null;
109
110
+ /** We keep this here in order to be able to connect sessions after .stop() is called. */
111
private _previousSessionId: string | undefined;
112
113
/**
0 commit comments