@syntrologie/runtime-sdk 2.17.0 → 2.19.0

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/dist/token.d.ts CHANGED
@@ -24,6 +24,13 @@ export interface SyntroTokenPayload {
24
24
  g?: string;
25
25
  /** Debug mode - enables console logging (default: false) */
26
26
  d?: boolean;
27
+ /**
28
+ * Disable SDK observability emission. Default: false (observability enabled).
29
+ * The OTLP endpoint is derived from `th` (telemetry host) — same edge worker
30
+ * that proxies PostHog events handles `/sdk-otel/v1/logs`. Field name uses
31
+ * the existing 2-3-char token convention (cf. `e`, `t`, `g`, `d`).
32
+ */
33
+ obd?: boolean;
27
34
  }
28
35
  /**
29
36
  * Decode a Syntro token into its payload.
package/dist/version.d.ts CHANGED
@@ -10,4 +10,4 @@
10
10
  *
11
11
  * @since 2.0.0
12
12
  */
13
- export declare const SDK_VERSION = "2.17.0";
13
+ export declare const SDK_VERSION = "2.19.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntrologie/runtime-sdk",
3
- "version": "2.17.0",
3
+ "version": "2.19.0",
4
4
  "description": "Syntrologie Runtime SDK for web experimentation and analytics",
5
5
  "license": "Proprietary",
6
6
  "private": false,
@@ -64,6 +64,7 @@
64
64
  "@lit/task": "1.0.3",
65
65
  "lit": "3.3.2",
66
66
  "posthog-js": "1.341.0",
67
+ "web-vitals": "5.1.0",
67
68
  "zod": "3.25.76"
68
69
  },
69
70
  "peerDependencies": {