@syntrologie/runtime-sdk 2.8.0-canary.87 → 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.
@@ -20723,7 +20723,7 @@ Please report this to https://github.com/markedjs/marked.`, e2) {
20723
20723
  }
20724
20724
 
20725
20725
  // src/version.ts
20726
- var SDK_VERSION = "2.8.0-canary.87";
20726
+ var SDK_VERSION = "2.8.0-canary.89";
20727
20727
 
20728
20728
  // src/types.ts
20729
20729
  var SDK_SCHEMA_VERSION = "2.0";
@@ -41988,9 +41988,7 @@ ${cssRules}
41988
41988
  // undefined falls back to adapter default
41989
41989
  // Enable PostHog feature flags for segment membership
41990
41990
  enableFeatureFlags: true,
41991
- // Disable session recording in debug/dev mode (mock telemetry doesn't
41992
- // support the PostHog recorder extension, causing console errors)
41993
- sessionRecording: !payload.d,
41991
+ sessionRecording: true,
41994
41992
  // Wire up callback for when flags are loaded (Phase 2)
41995
41993
  onFeatureFlagsLoaded,
41996
41994
  // Wire up event capture to feed into event processor
@@ -42242,7 +42240,7 @@ ${cssRules}
42242
42240
  }
42243
42241
 
42244
42242
  // src/index.ts
42245
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-17T03:23:25.680Z"} (${"31eb0fe619d"})` : "dev";
42243
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-17T16:20:07.924Z"} (${"a0bd7133641"})` : "dev";
42246
42244
  if (typeof window !== "undefined") {
42247
42245
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42248
42246
  const existing = window.SynOS;