Skip to content

Commit ac8a4b6

Browse files
committed
remove redundant flag change
1 parent cd3c1d6 commit ac8a4b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/replay/src/replay.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ export class ReplayContainer implements ReplayContainerInterface {
270270
// Flush event buffer before stopping
271271
await this.flushImmediate();
272272

273-
this._shouldFinalFlush = false;
274-
275273
// After flush, destroy event buffer
276274
this.eventBuffer && this.eventBuffer.destroy();
277275
this.eventBuffer = null;

0 commit comments

Comments
 (0)