openreplay/tracker/tracker/CHANGELOG.md

919 B

5.0.1

  • Re-init worker after device sleep/hybernation
  • Default text input mode is now Obscured
  • Use @medv/finder instead of our own implementation of getSelector for better clickmaps experience

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

  • 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