@zaplier/sdk 1.7.0 → 1.7.3

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/index.d.ts CHANGED
@@ -763,14 +763,9 @@ declare class ZaplierSDK implements ZaplierSDK$1 {
763
763
  */
764
764
  private initializeAutoTracker;
765
765
  /**
766
- * Generate session ID
766
+ * Generate session ID using standardized format
767
767
  */
768
768
  private generateSessionId;
769
- /**
770
- * Get stable browser characteristics for session ID generation
771
- * Uses only stable, privacy-safe values that don't change during session
772
- */
773
- private getBrowserFingerprint;
774
769
  /**
775
770
  * Initialize Anti-Adblock Manager
776
771
  */