Skip to content

Commit 823eff2

Browse files
committed
set recordingMode to session in start
1 parent 34f63e0 commit 823eff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay-internal/src/replay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ export class ReplayContainer implements ReplayContainerInterface {
392392
);
393393

394394
this.session = session;
395+
this.recordingMode = 'session';
395396

396397
this._initializeRecording();
397398
}

0 commit comments

Comments
 (0)