Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

New startup telemetry for feature-flag (growthbook) fetch waits

New telemetry tracks how long startup waits on remote feature-flag fetches

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

New telemetry tracks how long startup waits on remote feature-flag fetches

What

Claude Code's startup process now records a tengu_startup_flag_fetch_wait telemetry event whenever it waits on fetching remote feature flags (settings that turn features on or off remotely, via a service called GrowthBook). The event notes where the wait happened (before tools are set up, or before context is set up), how long it waited, and whether the wait timed out.

Why

This gives visibility into how much startup time is spent waiting on remote flag fetches, which can help identify and address startup slowness caused by that step.

See this entry in the whole of v2.1.269 →