@zaplier/sdk 1.3.1 → 1.3.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
@@ -10812,6 +10812,10 @@ class SessionReplayEngine {
10812
10812
  recordCrossOriginIframes: false,
10813
10813
  inlineStylesheet: true,
10814
10814
  collectFonts: false, // Disable font collection for smaller payloads
10815
+ // Add error handler to catch and log issues
10816
+ errorHandler: (error) => {
10817
+ console.warn("[Zaplier] rrweb error:", error);
10818
+ },
10815
10819
  });
10816
10820
  this.isActive = true;
10817
10821
  this.hasFullSnapshot = false;