humanbehavior-js 0.4.11 → 0.4.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanbehavior-js",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "SDK for HumanBehavior session and event recording",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
package/src/tracker.ts CHANGED
@@ -839,7 +839,7 @@ export class HumanBehaviorTracker {
839
839
  slimDOMOptions: {},
840
840
  // ✅ ERROR SUPPRESSION SETTINGS - Disabled to prevent console noise
841
841
  collectFonts: false, // Disable font collection to reduce errors
842
- inlineStylesheet: false, // Disable inline stylesheet to reduce errors
842
+ inlineStylesheet: true, // Keep styles for proper session replay
843
843
  recordCrossOriginIframes: false, // Prevent cross-origin iframe errors
844
844
  recordCanvas: false, // Disabled to prevent large data URIs and canvas errors
845
845