fix(tracker): 9.0.11

This commit is contained in:
nick-delirium 2023-10-19 16:03:06 +02:00
parent d58bc39d47
commit 5f24189446
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# 9.0.11
- new `resetTabOnWindowOpen` option to fix window.open issue with sessionStorage being inherited (replicating tabId bug), users still should use 'noopener=true' in window.open to prevent it in general...
- do not create BC channel in iframe context, add regeneration of tabid incase of duplication
# 9.0.10

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "9.0.11-beta.14",
"version": "9.0.11",
"keywords": [
"logging",
"replay"