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 cd3c1d6 commit ac8a4b6Copy full SHA for ac8a4b6
packages/replay/src/replay.ts
@@ -270,8 +270,6 @@ export class ReplayContainer implements ReplayContainerInterface {
270
// Flush event buffer before stopping
271
await this.flushImmediate();
272
273
- this._shouldFinalFlush = false;
274
-
275
// After flush, destroy event buffer
276
this.eventBuffer && this.eventBuffer.destroy();
277
this.eventBuffer = null;
0 commit comments