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