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 "Bridge received" debug logging now gated behind isDebugEnabled

Chrome bridge's verbose "Bridge received" debug log now only prints when debug mode is actually enabled

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

Chrome bridge's verbose "Bridge received" debug log now only prints when debug mode is actually enabled

What

When Claude in Chrome's bridge receives a message it doesn't recognize, it used to always log the full payload (Bridge received: ...) for debugging. Now this logging only happens if debug mode is enabled; if there's no way to check, it defaults to still logging.

Why

This avoids dumping potentially large or sensitive message payloads to logs during normal use, restricting the verbose output to when debugging is actually turned on.

See this entry in the whole of v2.1.268 →

Feedback