change(tracker): 5.0.0 release
This commit is contained in:
parent
791ccaa82b
commit
69c2f3f291
2 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
## 4.1.10
|
||||
## 5.0.0
|
||||
|
||||
- Added "tel" to supported input types
|
||||
- Added `{ withCurrentTime: true }` to `tracker.getSessionURL` method which will return sessionURL with current session's timestamp
|
||||
- Added Network module that captures fetch/xhr by default (with no plugin required)
|
||||
- Use `timeOrigin()` instead of `performance.timing.navigationStart` in ResourceTiming messages
|
||||
- Added app restart when service worker died after inactivity (mobile safari)
|
||||
- **[breaking]** string dictionary to reduce session size
|
||||
|
||||
## 4.1.8
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "4.1.10",
|
||||
"version": "5.0.0",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue