1.4 KiB
1.4 KiB
6.0.0
- 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 - fixed inline css loading in specific cases when assets gets around min flush size
5.0.1
- Re-init worker after device sleep/hybernation
- Default text input mode is now Obscured
- Use
@medv/finderinstead of our own implementation ofgetSelectorfor better clickmaps experience
5.0.0
- Added "tel" to supported input types
- Added
{ withCurrentTime: true }totracker.getSessionURLmethod 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 ofperformance.timing.navigationStartin ResourceTiming messages - Added app restart when service worker died after inactivity (mobile safari)
- [breaking] string dictionary to reduce session size
4.1.8
- recalculate timeOrigin on start to prevent wrong timestamps on "sleeping" sessions
4.1.7
- resend metadata on start
4.1.6
- remove log that potentially caused crashed during slow initial render