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.cjs.js CHANGED
@@ -20714,7 +20714,9 @@ _SessionRecorder_trackEventsThrottled = new WeakMap(), _SessionRecorder_handleVi
20714
20714
  }
20715
20715
  }, _SessionRecorder_resetSession = function _SessionRecorder_resetSession() {
20716
20716
  __classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_removeLocalSessionData).call(this);
20717
+ __classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_clearEvents).call(this);
20717
20718
  __classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_createSession).call(this);
20719
+ takeFullSnapshot();
20718
20720
  }, _SessionRecorder_createSession = function _SessionRecorder_createSession() {
20719
20721
  const lastActive = Number(localStorage.getItem("userlensSessionLastActive"));
20720
20722
  const storedUuid = localStorage.getItem("userlensSessionUuid");