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.
@@ -13859,7 +13859,7 @@ class HumanBehaviorTracker {
13859
13859
  slimDOMOptions: {},
13860
13860
  // ✅ ERROR SUPPRESSION SETTINGS - Disabled to prevent console noise
13861
13861
  collectFonts: false, // Disable font collection to reduce errors
13862
- inlineStylesheet: false, // Disable inline stylesheet to reduce errors
13862
+ inlineStylesheet: true, // Keep styles for proper session replay
13863
13863
  recordCrossOriginIframes: false, // Prevent cross-origin iframe errors
13864
13864
  recordCanvas: false, // Disabled to prevent large data URIs and canvas errors
13865
13865
  // ✅ FULLSNAPSHOT GENERATION - No periodic snapshots to avoid animation issues