Skip to content

Commit

Permalink
update removed waitForError
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Dec 12, 2022
1 parent 83e9569 commit a991eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/replay/src/replay.ts
Expand Up @@ -490,7 +490,7 @@ export class ReplayContainer implements ReplayContainerInterface {
// it can prevent loading on the UI. This will cause an increase in short
// replays (e.g. opening and closing a tab quickly), but these can be
// filtered on the UI.
if (!this._waitForError) {
if (this.recordingMode === 'session') {
void this.flushImmediate();
}

Expand Down

0 comments on commit a991eba

Please sign in to comment.