Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 13, 2023
1 parent 3b9cc31 commit d35aa65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/replay/src/replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export class ReplayContainer implements ReplayContainerInterface {
private _debouncedFlush: ReturnType<typeof debounce>;
private _flushLock: Promise<unknown> | null = null;

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

/**
Expand Down

0 comments on commit d35aa65

Please sign in to comment.