tracker: fix singletab initialization
This commit is contained in:
parent
778112c751
commit
fbfd0a9854
4 changed files with 4 additions and 1 deletions
Binary file not shown.
|
|
@ -1,6 +1,7 @@
|
|||
## 15.0.5
|
||||
|
||||
- update medv/finder to 4.0.2 for better support of css-in-js libs
|
||||
- fixes for single tab recording
|
||||
|
||||
## 15.0.4
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "15.0.6",
|
||||
"version": "15.0.5-beta.0",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
|
|
@ -347,6 +347,8 @@ export default class App {
|
|||
) {
|
||||
const host = location.hostname.split('.').slice(-2).join('_')
|
||||
this.bc = new BroadcastChannel(`rick_${host}`)
|
||||
} else if (this.options.forceSingleTab) {
|
||||
this.allowAppStart()
|
||||
}
|
||||
|
||||
this.revID = this.options.revID
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue