@syntrologie/runtime-sdk 2.8.0-canary.85 → 2.8.0-canary.86

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.85";
20726
+ var SDK_VERSION = "2.8.0-canary.86";
20727
20727
 
20728
20728
  // src/types.ts
20729
20729
  var SDK_SCHEMA_VERSION = "2.0";
@@ -37091,6 +37091,9 @@ ${cssRules}
37091
37091
  const instanceName = `syntro_${options.apiKey.slice(-6) || "sdk"}`;
37092
37092
  const initOptions = {
37093
37093
  api_host: options.apiHost ?? "https://telemetry.syntrologie.com",
37094
+ // Send API key as custom header so the telemetry proxy can partition
37095
+ // S3 recordings by workspace without decompressing the request body.
37096
+ request_headers: { "X-Syntro-Token": options.apiKey },
37094
37097
  // Feature flags for segment membership (in_segment_* flags)
37095
37098
  // When enabled, /decide is called to get segment flags
37096
37099
  advanced_disable_feature_flags: !enableFeatureFlags,
@@ -42240,7 +42243,7 @@ ${cssRules}
42240
42243
  }
42241
42244
 
42242
42245
  // src/index.ts
42243
- var RUNTIME_SDK_BUILD = true ? `${"2026-04-16T18:29:48.931Z"} (${"dc8dab8f905"})` : "dev";
42246
+ var RUNTIME_SDK_BUILD = true ? `${"2026-04-17T00:58:39.387Z"} (${"8c68d3d8da1"})` : "dev";
42244
42247
  if (typeof window !== "undefined") {
42245
42248
  console.log(`[Syntro Runtime] Build: ${RUNTIME_SDK_BUILD}`);
42246
42249
  const existing = window.SynOS;