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