Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jun 3, 2024
1 parent 90d0f41 commit 68b869b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/replay/sessionrecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,7 @@ export class SessionRecording {
this.flushBufferTimer = setTimeout(() => {
this._flushBuffer()
}, RECORDING_BUFFER_TIMEOUT)

return
}

Expand All @@ -901,9 +902,8 @@ export class SessionRecording {
$session_id: this.buffer.sessionId,
$window_id: this.buffer.windowId,
})

this.clearBuffer()
}
this.clearBuffer()
}

private _captureSnapshotBuffered(properties: Properties) {
Expand Down

0 comments on commit 68b869b

Please sign in to comment.