change(tracker): 5.0.0 release

This commit is contained in:
nick-delirium 2023-02-23 11:55:56 +01:00
parent 791ccaa82b
commit 69c2f3f291
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker",
"description": "The OpenReplay tracker main package",
"version": "4.1.10",
"version": "5.0.0",
"keywords": [
"logging",
"replay"