@syntrologie/runtime-sdk 2.8.0-canary.28 → 2.8.0-canary.29

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.
@@ -3439,7 +3439,7 @@ function getAntiFlickerSnippet(config = {}) {
3439
3439
  }
3440
3440
 
3441
3441
  // src/version.ts
3442
- var SDK_VERSION = "2.8.0-canary.28";
3442
+ var SDK_VERSION = "2.8.0-canary.29";
3443
3443
 
3444
3444
  // src/types.ts
3445
3445
  var SDK_SCHEMA_VERSION = "2.0";
@@ -7643,7 +7643,7 @@ var PostHogAdapter = class {
7643
7643
  advanced_disable_feature_flags_on_first_load: !enableFeatureFlags,
7644
7644
  // Full-page tracking - all ON by default
7645
7645
  autocapture: (_c = options.autocapture) != null ? _c : true,
7646
- capture_pageview: (_d = options.capturePageview) != null ? _d : true,
7646
+ capture_pageview: (_d = options.capturePageview) != null ? _d : "history_change",
7647
7647
  capture_pageleave: (_e = options.capturePageleave) != null ? _e : true,
7648
7648
  disable_session_recording: !((_f = options.sessionRecording) != null ? _f : true),
7649
7649
  // CRITICAL: Disable user agent filtering to allow headless Chrome
@@ -12019,4 +12019,4 @@ export {
12019
12019
  encodeToken,
12020
12020
  Syntro
12021
12021
  };
12022
- //# sourceMappingURL=chunk-LVTOZ5F7.js.map
12022
+ //# sourceMappingURL=chunk-3MK2YCN5.js.map