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