@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 CHANGED
@@ -515,3 +515,4 @@ The telemetry client emits:
515
515
  4. Configure the SDK with your API credentials
516
516
  5. Use `runtime.actions` for interventions, `runtime.surfaces` for UI
517
517
  6. For non-React pages, call `window.SmartCanvas.create()` with configuration
518
+
@@ -3456,7 +3456,7 @@ function getAntiFlickerSnippet(config = {}) {
3456
3456
  }
3457
3457
 
3458
3458
  // src/version.ts
3459
- var SDK_VERSION = "2.8.0-canary.88";
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
- // Disable session recording in debug/dev mode (mock telemetry doesn't
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-FLGER2FX.js.map
12473
+ //# sourceMappingURL=chunk-K56N5LRE.js.map