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.
waitForError
1 parent 83e9569 commit a991ebaCopy full SHA for a991eba
packages/replay/src/replay.ts
@@ -490,7 +490,7 @@ export class ReplayContainer implements ReplayContainerInterface {
490
// it can prevent loading on the UI. This will cause an increase in short
491
// replays (e.g. opening and closing a tab quickly), but these can be
492
// filtered on the UI.
493
- if (!this._waitForError) {
+ if (this.recordingMode === 'session') {
494
void this.flushImmediate();
495
}
496
0 commit comments