@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/sdk.js CHANGED
@@ -19044,7 +19044,7 @@
19044
19044
  // Simple rrweb recording configuration like official example
19045
19045
  this.rrwebStopRecord = record({
19046
19046
  emit: (event) => {
19047
- // Simple event capture - no processing
19047
+ // Simple event capture
19048
19048
  this.events.push(event);
19049
19049
  },
19050
19050
  });