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 0afbdfb commit 586dce1Copy full SHA for 586dce1
sdk/highlight-run/src/sdk/record.ts
@@ -664,6 +664,16 @@ SessionSecureID: ${this.sessionData.sessionSecureID}`,
664
}
665
666
667
+ if (this.options.sessionKey || options?.sessionKey) {
668
+ this.addProperties(
669
+ {
670
+ sessionKey:
671
+ options?.sessionKey ?? this.options.sessionKey,
672
+ },
673
+ { type: 'session' },
674
+ )
675
+ }
676
+
677
this._setupWindowListeners()
678
this.ready = true
679
this.state = 'Recording'
0 commit comments