@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.esm.js CHANGED
@@ -19038,7 +19038,7 @@ class SessionReplayEngine {
19038
19038
  // Simple rrweb recording configuration like official example
19039
19039
  this.rrwebStopRecord = record({
19040
19040
  emit: (event) => {
19041
- // Simple event capture - no processing
19041
+ // Simple event capture
19042
19042
  this.events.push(event);
19043
19043
  },
19044
19044
  });