Under the hood
Chrome bridge tool-call telemetry now records response size in bytes and tags the transport as "bridge"
What
The chrome_bridge_tool_call_completed and chrome_bridge_tool_call_error telemetry events now include a transport: "bridge" tag. Completed calls additionally record response_bytes, the size of the raw websocket response message.
Why
This gives more detail in telemetry about Claude in Chrome tool calls, letting response payload size and transport type be tracked alongside success and error outcomes.