Summary
Cloudflare now captures OpenTelemetry traces automatically when running a Worker locally through Wrangler or the Vite plugin, and exposes a SQL-queryable Local Explorer API. AI coding agents can inspect execution flow, database and KV calls, and external requests to diagnose failures locally instead of looping through log-and-redeploy cycles.
What changed
Announced August 4, 2026: local dev servers (Wrangler and the Cloudflare Vite plugin) now auto-capture OpenTelemetry traces with no SDKs or config, and a new Local Explorer API lets agents query traces and console logs over SQL to trace execution across database, KV, and external calls, then fix and verify locally.
Why it matters
Turns local debugging into a machine-readable surface built for coding agents, shrinking the diagnose-fix loop that previously required repeated deploys. Reinforces Cloudflare's positioning of its developer platform as agent-native.
Evidence excerpt
developers need not install any special SDKs or configure observability settings to access debugging data