Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

OTLP telemetry endpoint validation now accepts gRPC-style schemes

Telemetry endpoint settings now accept gRPC-style URL schemes like grpc, otlp and tcp, not just http/https

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTelemetrywhat it touches
KindImprovementsin v2.1.269,
You'll notice

Telemetry endpoint settings now accept gRPC-style URL schemes like grpc, otlp and tcp, not just http/https

What

When Claude Code checks the OTLP (OpenTelemetry Protocol, a standard format for exporting telemetry data) endpoint environment variables ANT_OTEL_EXPORTER_OTLP_ENDPOINT and OTEL_EXPORTER_OTLP_*_ENDPOINT, it now accepts a wider range of URL schemes: grpc, grpcs, otlp, xds, tcp, udp, tls, h2, h2c, and http2, in addition to the previously accepted http and https.

Why

This avoids Claude Code incorrectly flagging a valid gRPC-based or other non-HTTP telemetry endpoint URL as misconfigured, which matters if your telemetry collector is set up to receive data over one of these protocols instead of plain HTTP.

See this entry in the whole of v2.1.269 →