fix(tracker): move uxtid to sessioninfo in assist
This commit is contained in:
parent
2cea3348ca
commit
78a790e59b
5 changed files with 5 additions and 5 deletions
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "7.0.1-2",
|
||||
"version": "7.0.1-3",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"socket.io-client": "^4.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@openreplay/tracker": ">=11.0.1"
|
||||
"@openreplay/tracker": "^11.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openreplay/tracker": "file:../tracker",
|
||||
|
|
|
|||
|
|
@ -199,8 +199,8 @@ export default class Assist {
|
|||
'peerId': peerID,
|
||||
'identity': 'session',
|
||||
'tabId': this.app.getTabId(),
|
||||
'uxtId': this.app.getUxtId() ?? undefined,
|
||||
'sessionInfo': JSON.stringify({
|
||||
'uxtId': this.app.getUxtId() ?? undefined,
|
||||
pageTitle: document.title,
|
||||
active: true,
|
||||
...this.app.getSessionInfo(),
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = '7.0.1-2'
|
||||
export const pkgVersion = '7.0.1-3'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2-0",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue