humanbehavior-js 0.4.5 → 0.4.6

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
@@ -13814,8 +13814,8 @@ class HumanBehaviorTracker {
13814
13814
  // ✅ CANVAS RECORDING - Disabled to prevent large data URIs
13815
13815
  recordCanvas: false, // Disabled to prevent large data URIs
13816
13816
  // ✅ FULLSNAPSHOT GENERATION - Use reasonable intervals
13817
- checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
13818
- checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
13817
+ // checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
13818
+ // checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
13819
13819
  });
13820
13820
  // Store the record instance for cleanup
13821
13821
  this.recordInstance = recordInstance;