userlens-session-recorder 1.0.3 → 1.0.4
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
|
@@ -20673,10 +20673,13 @@ class SessionRecorder {
|
|
|
20673
20673
|
__classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_initRecorder).call(this);
|
|
20674
20674
|
}
|
|
20675
20675
|
stop() {
|
|
20676
|
+
console.log("stop() called, rrwebStop is:", typeof this.rrwebStop);
|
|
20676
20677
|
if (!this.rrwebStop) {
|
|
20677
20678
|
return;
|
|
20678
20679
|
}
|
|
20680
|
+
console.log("Stopping recorder...");
|
|
20679
20681
|
this.rrwebStop();
|
|
20682
|
+
console.log("Recorder stopped, rrwebStop is now:", typeof this.rrwebStop);
|
|
20680
20683
|
this.rrwebStop = null;
|
|
20681
20684
|
__classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_clearEvents).call(this);
|
|
20682
20685
|
__classPrivateFieldGet(this, _SessionRecorder_instances, "m", _SessionRecorder_removeLocalSessionData).call(this);
|