@syntrologie/runtime-sdk 2.8.0-canary.84 → 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.
@@ -3456,7 +3456,7 @@ function getAntiFlickerSnippet(config = {}) {
3456
3456
  }
3457
3457
 
3458
3458
  // src/version.ts
3459
- var SDK_VERSION = "2.8.0-canary.84";
3459
+ var SDK_VERSION = "2.8.0-canary.86";
3460
3460
 
3461
3461
  // src/types.ts
3462
3462
  var SDK_SCHEMA_VERSION = "2.0";
@@ -7787,6 +7787,9 @@ var PostHogAdapter = class {
7787
7787
  const instanceName = `syntro_${options.apiKey.slice(-6) || "sdk"}`;
7788
7788
  const initOptions = {
7789
7789
  api_host: (_b = options.apiHost) != null ? _b : "https://telemetry.syntrologie.com",
7790
+ // Send API key as custom header so the telemetry proxy can partition
7791
+ // S3 recordings by workspace without decompressing the request body.
7792
+ request_headers: { "X-Syntro-Token": options.apiKey },
7790
7793
  // Feature flags for segment membership (in_segment_* flags)
7791
7794
  // When enabled, /decide is called to get segment flags
7792
7795
  advanced_disable_feature_flags: !enableFeatureFlags,
@@ -12470,4 +12473,4 @@ export {
12470
12473
  encodeToken,
12471
12474
  Syntro
12472
12475
  };
12473
- //# sourceMappingURL=chunk-SCKAFNWP.js.map
12476
+ //# sourceMappingURL=chunk-N6ARKQXT.js.map