You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(telemetry): OTel-format ids and explicit session id (#935)
Cleans up the local JSONL schema: `session_id` no longer leaks `vscode.env.sessionId`'s UUID+timestamp shape, and `event_id` / `trace_id` use OTel lowercase hex instead of UUIDv4.
- New `src/telemetry/ids.ts`: `newTraceId` (32 hex), `newSpanId` (16 hex), `newSessionId` (32 hex)
- `ServiceContainer` generates one session id and threads it to both sink filename and event payload
- Tests updated for the new id format
Follow-up to #934
0 commit comments