@zaplier/sdk 1.8.6 → 1.8.7

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/v2/core.d.ts CHANGED
@@ -107,6 +107,8 @@ interface SDKConfig {
107
107
  allow_localhost?: boolean;
108
108
  /** GDPR mode - limits invasive fingerprinting (default: false) */
109
109
  gdprMode?: boolean;
110
+ /** Fraction of sessions that record replay (0.0–1.0). Default: 1.0 (100% of sessions). */
111
+ replaySampleRate?: number;
110
112
  }
111
113
  /**
112
114
  * Internal configuration with optimized defaults
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zaplier/sdk",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "Advanced privacy-first tracking SDK with session replay, heatmaps, and anti-adblock technology",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",