@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/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;
|