Skip to main content

v1.0.13 — Mar 28, 2026

New
  • replay.mode: 'trigger' — recording only starts when startReplay() is called, perfect for high-traffic sites that only need recordings of specific flows (docs)
  • fullSnapshotIntervalMs option to control full DOM snapshot frequency
Improvements
  • destroy() now restores all monkey-patched globals (fetch, XMLHttpRequest, history.pushState, WebSocket, console.error) to their originals
  • Improved long_task source attribution — now includes component stack in supported browsers