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