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 8b0bc87 commit 853b98aCopy full SHA for 853b98a
packages/replay/src/replay.ts
@@ -859,7 +859,6 @@ export class ReplayContainer implements ReplayContainerInterface {
859
// A flush is about to happen, cancel any queued flushes
860
this._debouncedFlush?.cancel();
861
862
- // No existing flush in progress, proceed with flushing.
863
// this._flushLock acts as a lock so that future calls to `flush()`
864
// will be blocked until this promise resolves
865
if (!this._flushLock) {
0 commit comments