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 ·

OTEL telemetry now includes a user.groups resource attribute

OpenTelemetry output can now include a user.groups attribute listing the user's groups, when safe to encode

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTelemetrywhat it touches
KindImprovementsin v2.1.265,
Group of 2 You'll notice Notable

OpenTelemetry output can now include a user.groups attribute listing the user's groups, when safe to encode

What

The OTLP (OpenTelemetry protocol) resource-attribute builder used for telemetry now adds a user.groups attribute, a comma-joined list of the session's group names, alongside the existing enduser.id and user.email attributes.

The attribute is only added if none of the group names contain a comma or an equals sign, and if the URL-encoded joined string is 255 characters or less; otherwise it's left out.

Why

This lets telemetry and observability tooling see which groups a user belongs to, while avoiding malformed or oversized attribute values.

Read from
Names in the bundleuser.groups
What the documentation says
user.groups Claude Code changelog modified, high confidence * Added `user.email` and `user.groups` to the telemetry Claude Desktop and Cowork send through a Claude apps gateway, matching terminal sessions see the edit
user.email Claude Code changelog modified, high confidence * Added `user.email` and `user.groups` to the telemetry Claude Desktop and Cowork send through a Claude apps gateway, matching terminal sessions see the edit
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up user.groups, on Claude apps gateway configuration. [Claude Desktop](#claude-desktop-overlay) and Cowork sessions signed in through the gateway stamp their telemetry with `user.email` and `user.groups` alongside `enduser.id`, so you can cover terminal, Desktop, and Cowork usage with one que… claude-apps-gateway-config see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesuser.groups on Claude Code changelog
Anthropic's release notes agreeAdded user.email and user.groups to the telemetry Claude Desktop and Cowork send through a Claude apps gateway, matching terminal sessions

See this entry in the whole of v2.1.265 →

Feedback