fix(tracker): 8.1.0

This commit is contained in:
nick-delirium 2023-06-29 13:47:24 +02:00
parent 5b81ab3193
commit ec1c4e62b8
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# 8.1.0
- Console and network are now using proxy objects to capture calls (opt in for network)
- Added feature flags module and methods
- Console and network are now using proxy objects to capture calls (opt in for network), use ` { network: { useProxy: true } }` to enable it
- Force disable Multitab feature for old browsers (2016 and older + safari 14)
# 8.0.0

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "8.0.1-beta14.3",
"version": "8.1.0",
"keywords": [
"logging",
"replay"