ST-2026-103 · Runtimes & developer platforms
Cloudflare replaces the Workers Quick Editor devtools inspector with a log viewer
Cloudflare Workers Quick Editor now uses a lightweight log viewer aligned with wrangler tail; developers who need a remote inspector must move that work to Wrangler locally.
Previous state
Cloudflare Workers Quick Editor exposed a DevTools inspector for developing and inspecting a Worker remotely from the dashboard.
Current state
Cloudflare deprecated the Workers Quick Editor DevTools inspector and replaced it with a lightweight log viewer aligned with wrangler tail. The viewer can log object and array values and clear its log list.
Affected users
Who needs to care
Cloudflare Workers developers who used the dashboard Quick Editor DevTools inspector for remote inspection, especially workflows that depend on richer inspector behavior or logging class instances.
Required response
What to do
Use the Quick Editor log viewer for supported logging. If remote inspection is required, clone the dashboard project locally with wrangler init --from-dash and continue development with Wrangler.
Evidence boundary
What the source does not prove
The Quick Editor log viewer supports object and array values but not class instances. Cloudflare says remote inspection remains available through Wrangler locally; the source does not say Quick Editor itself is retired or give a later removal deadline.
Lifecycle history
Dated event sequence
- Quick Editor DevTools inspector replaced
Cloudflare deprecated the dashboard inspector, introduced the lightweight log viewer, and kept remote inspection available through local Wrangler development.
Evidence ledger
First-party sources
- 01Cloudflare — Quick Editor devtools replaced with log viewer
Official Cloudflare changelog · 2026-02-16
Open official source ↗