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.268 ·

Chrome bridge tool calls now emit a start telemetry event with request size

Chrome bridge tool calls now log a start event that includes the size of the outgoing request

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaChrome & Browserwhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Chrome bridge tool calls now log a start event that includes the size of the outgoing request

What

Before Claude Code dispatches a tool call through the Chrome bridge (the connection to the Claude in Chrome browser extension), it now emits a chrome_bridge_tool_call_started telemetry event. It records the tool name, session ID, message ID, timeout, transport method, and the byte size of the request, calculated from the combined permission and allowed-domains data being sent.

Why

This gives visibility into how large and how often Chrome bridge requests are, which can help diagnose performance or timeout issues with browser-based tool calls.

See this entry in the whole of v2.1.268 →

Feedback