Merge branch 'main' into dev
This commit is contained in:
commit
02aa150fa5
1 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# 6.0.0
|
||||
|
||||
- Capture mouse thrashing, input hesitation+duration, click hesitation
|
||||
**(Compatible with OpenReplay v1.11.0+ only)**
|
||||
- **[breaking]:** Capture mouse thrashing, input hesitation+duration, click hesitation
|
||||
- Capture DOM node drop event (>30% nodes removed)
|
||||
- Capture iframe network requests
|
||||
- Detect cached requests to img, css and js resources; send transferred size
|
||||
- added `{ mouse: { disableClickmaps: boolean } }` to disable calculating el. selectors
|
||||
- added `{ mouse: { minSelectorDepth?: number; nthThreshold?: number; maxOptimiseTries?: number }` for selector finding optimisations
|
||||
- added `{ mouse: { minSelectorDepth?: number; nthThreshold?: number; maxOptimiseTries?: number }` for selector finding optimizations
|
||||
|
||||
## 5.0.2
|
||||
|
||||
|
|
@ -18,13 +18,13 @@
|
|||
- Use `@medv/finder` instead of our own implementation of `getSelector` for better clickmaps experience
|
||||
|
||||
## 5.0.0
|
||||
|
||||
**(Compatible with OpenReplay v1.10.0+ only)**
|
||||
- **[breaking]:** string dictionary to reduce session size
|
||||
- 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue