@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.
- package/dist/{chunk-LVTOZ5F7.js → chunk-3MK2YCN5.js} +3 -3
- package/dist/{chunk-LVTOZ5F7.js.map → chunk-3MK2YCN5.js.map} +2 -2
- package/dist/index.js +1 -1
- package/dist/react.js +1 -1
- package/dist/smart-canvas.esm.js +3 -3
- package/dist/smart-canvas.esm.js.map +2 -2
- package/dist/smart-canvas.js +3 -3
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +3 -3
- package/dist/smart-canvas.min.js.map +2 -2
- package/dist/telemetry/adapters/posthog.d.ts +5 -3
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3439,7 +3439,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3439
3439
|
}
|
|
3440
3440
|
|
|
3441
3441
|
// src/version.ts
|
|
3442
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
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 :
|
|
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-
|
|
12022
|
+
//# sourceMappingURL=chunk-3MK2YCN5.js.map
|