@zaplier/sdk 1.1.0 → 1.1.1

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/sdk.js CHANGED
@@ -6064,6 +6064,17 @@
6064
6064
  // - Screen frame (can vary slightly)
6065
6065
  // - Vendor flavors (can change)
6066
6066
  // - Exact hardware values (use buckets)
6067
+ // DEBUG: Log coreVector components to identify DevTools instability
6068
+ if (opts.debug || (typeof window !== 'undefined' && window._rabbitTrackerDebug)) {
6069
+ console.log('[RabbitTracker DEBUG] coreVector components:', {
6070
+ ua: coreVector.ua,
6071
+ platform: coreVector.platform,
6072
+ deviceType: coreVector.deviceType,
6073
+ screenBucket: coreVector.screen?.bucket,
6074
+ timezone: coreVector.timezone,
6075
+ _entropy: coreVector._entropy
6076
+ });
6077
+ }
6067
6078
  // Generate ultra-stable hash with additional collision resistance
6068
6079
  const stableCoreHash = hashStableCore(coreVector, opts.debug);
6069
6080
  // CRITICAL: Generate enhanced fingerprint hash combining STABLE components only