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 166528e commit e88f56eCopy full SHA for e88f56e
1 file changed
packages/replay-internal/src/replay.ts
@@ -392,6 +392,7 @@ export class ReplayContainer implements ReplayContainerInterface {
392
);
393
394
this.session = session;
395
+ this.recordingMode = 'session';
396
397
this._initializeRecording();
398
}
0 commit comments