userlens-session-recorder 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -20710,7 +20710,9 @@ _SessionRecorder_trackEventsThrottled = new WeakMap(), _SessionRecorder_handleVi
20710
20710
  }
20711
20711
  }, _SessionRecorder_resetSession = function _SessionRecorder_resetSession() {
20712
20712
  __classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_removeLocalSessionData).call(this);
20713
+ __classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_clearEvents).call(this);
20713
20714
  __classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_createSession).call(this);
20715
+ takeFullSnapshot();
20714
20716
  }, _SessionRecorder_createSession = function _SessionRecorder_createSession() {
20715
20717
  const lastActive = Number(localStorage.getItem("userlensSessionLastActive"));
20716
20718
  const storedUuid = localStorage.getItem("userlensSessionUuid");