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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanbehavior-js",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "SDK for HumanBehavior session and event recording",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
package/src/tracker.ts CHANGED
@@ -785,8 +785,8 @@ export class HumanBehaviorTracker {
785
785
  recordCanvas: false, // Disabled to prevent large data URIs
786
786
 
787
787
  // ✅ FULLSNAPSHOT GENERATION - Use reasonable intervals
788
- checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
789
- checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
788
+ // checkoutEveryNms: 300000, // Take FullSnapshot every 5 minutes
789
+ // checkoutEveryNth: 1000, // Take FullSnapshot every 1000 events
790
790
  });
791
791
 
792
792
  // Store the record instance for cleanup