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 ·

New telemetry event tengu_web_fetch_transport records outcome and duration of the raw HTTP fetch

A new telemetry event records the outcome and duration of each raw WebFetch network request

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

A new telemetry event records the outcome and duration of each raw WebFetch network request

What

WebFetch (the tool Claude Code uses to fetch a URL's contents) now emits a telemetry event, tengu_web_fetch_transport, around its low-level network request. It records the outcome (error, redirect, HTTP error, or success), how long the request took (httpDurationMs), and how many bytes were returned.

Why

This gives Anthropic visibility into how WebFetch's network requests are performing and failing, which can help diagnose fetch reliability issues.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhether the `tengu_web_fetch_transport` telemetry is active for any accounts is unread and not stated.
Anthropic's release notes agreeChanged plain WebFetch deny and ask rules to no longer apply to Artifact tool reads and updates; use an Artifact rule (or…

See this entry in the whole of v2.1.268 →

Feedback