@syntrologie/runtime-sdk 2.8.0-canary.88 → 2.8.0-canary.89
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/README.md +1 -0
- package/dist/{chunk-FLGER2FX.js → chunk-K56N5LRE.js} +3 -5
- package/dist/{chunk-FLGER2FX.js.map → chunk-K56N5LRE.js.map} +2 -2
- package/dist/index.js +1 -1
- package/dist/react.js +1 -1
- package/dist/smart-canvas.esm.js +2 -2
- package/dist/smart-canvas.esm.js.map +2 -2
- package/dist/smart-canvas.js +3 -5
- package/dist/smart-canvas.js.map +2 -2
- package/dist/smart-canvas.min.js +2 -2
- package/dist/smart-canvas.min.js.map +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3456,7 +3456,7 @@ function getAntiFlickerSnippet(config = {}) {
|
|
|
3456
3456
|
}
|
|
3457
3457
|
|
|
3458
3458
|
// src/version.ts
|
|
3459
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
3459
|
+
var SDK_VERSION = "2.8.0-canary.89";
|
|
3460
3460
|
|
|
3461
3461
|
// src/types.ts
|
|
3462
3462
|
var SDK_SCHEMA_VERSION = "2.0";
|
|
@@ -12106,9 +12106,7 @@ async function _initCore(options) {
|
|
|
12106
12106
|
// undefined falls back to adapter default
|
|
12107
12107
|
// Enable PostHog feature flags for segment membership
|
|
12108
12108
|
enableFeatureFlags: true,
|
|
12109
|
-
|
|
12110
|
-
// support the PostHog recorder extension, causing console errors)
|
|
12111
|
-
sessionRecording: !payload.d,
|
|
12109
|
+
sessionRecording: true,
|
|
12112
12110
|
// Wire up callback for when flags are loaded (Phase 2)
|
|
12113
12111
|
onFeatureFlagsLoaded,
|
|
12114
12112
|
// Wire up event capture to feed into event processor
|
|
@@ -12472,4 +12470,4 @@ export {
|
|
|
12472
12470
|
encodeToken,
|
|
12473
12471
|
Syntro
|
|
12474
12472
|
};
|
|
12475
|
-
//# sourceMappingURL=chunk-
|
|
12473
|
+
//# sourceMappingURL=chunk-K56N5LRE.js.map
|