@zaplier/sdk 1.4.0 → 1.4.2
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/sdk.js +1 -1
- package/dist/sdk.js.map +1 -1
- package/dist/src/modules/session-replay.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -19042,7 +19042,7 @@ class SessionReplayEngine {
|
|
|
19042
19042
|
// Simple rrweb recording configuration like official example
|
|
19043
19043
|
this.rrwebStopRecord = record({
|
|
19044
19044
|
emit: (event) => {
|
|
19045
|
-
// Simple event capture
|
|
19045
|
+
// Simple event capture
|
|
19046
19046
|
this.events.push(event);
|
|
19047
19047
|
},
|
|
19048
19048
|
});
|