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