@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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/sdk.js +4 -0
- package/dist/sdk.js.map +1 -1
- package/dist/sdk.min.js +1 -1
- package/dist/src/modules/session-replay.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/sdk.js
CHANGED
|
@@ -10818,6 +10818,10 @@
|
|
|
10818
10818
|
recordCrossOriginIframes: false,
|
|
10819
10819
|
inlineStylesheet: true,
|
|
10820
10820
|
collectFonts: false, // Disable font collection for smaller payloads
|
|
10821
|
+
// Add error handler to catch and log issues
|
|
10822
|
+
errorHandler: (error) => {
|
|
10823
|
+
console.warn("[Zaplier] rrweb error:", error);
|
|
10824
|
+
},
|
|
10821
10825
|
});
|
|
10822
10826
|
this.isActive = true;
|
|
10823
10827
|
this.hasFullSnapshot = false;
|