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