Summary
Cloudflare added structured OpenTelemetry tracing to local development in wrangler dev and the Cloudflare Vite plugin. Running a Worker locally now emits production-equivalent traces of requests, model calls, and bindings, giving coding agents and humans the observability needed to diagnose failures during development instead of after deploying.
What changed
On August 4, 2026 Cloudflare shipped OpenTelemetry traces in local dev, wiring structured tracing into wrangler dev and the Cloudflare Vite plugin so Workers emit production-equivalent traces without a deploy.
Why it matters
Coding agents iterate fastest when they can read structured signals about why code failed. Bringing production-grade tracing into the local loop shortens the agent debug cycle on Workers and reflects a broader shift toward making dev environments legible to autonomous coding tools, not just humans.
Evidence excerpt
Your agent can now debug Workers with local tracing.