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