fix(tracker): 8.1.0
This commit is contained in:
parent
5b81ab3193
commit
ec1c4e62b8
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue