Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

OTLP exporter can now route through a Cloud-gateway-issued collector URL

Telemetry export can now route through a collector URL issued by a Cloud gateway session, and stops if that session ends

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTelemetrywhat it touches
KindImprovementsin v2.1.265,
Under the hood

Telemetry export can now route through a collector URL issued by a Cloud gateway session, and stops if that session ends

What

Claude Code's OTLP telemetry exporter (the component that sends usage and performance data out via the OpenTelemetry protocol) can now resolve its destination address through a Cloud gateway session. When it does, it refreshes the connection headers on every call, and if the gateway session that originally provided the collector's address has since ended, it deliberately fails and drops that batch of telemetry rather than sending it somewhere stale.

Why

This keeps telemetry from being sent to a collector address that's no longer valid once the underlying Cloud session is gone, at the cost of losing whatever data was in flight at that moment.

See this entry in the whole of v2.1.265 →

Feedback