You'll notice
Useful3 Signal0
OpenTelemetry export no longer reports your git remote URL and now reports MCP server and tool names.
What's wrong with this entry?
Anonymous. No account, no email.
What
The OpenTelemetry-to-internal-event transform stops reporting two attributes and starts reporting MCP identity in their place.
Details
- No longer emits repl_code or git_remote_url.
- Emits
mcp_server_nameandmcp_tool_name, sourced from_PROTO_mcp_server_nameand_PROTO_mcp_tool_name. _PROTO_codeand_PROTO_git_remote_urlare still stripped from additional_metadata, they are just no longer reported anywhere.
Evidence
_PROTO_mcp_tool_name
Strings lifted out of the shipped bundle, so the claim above can be checked against them.