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