API · SDK · runtime · authentication lifecycle intelligence

Last updated · 9 September 2026

SchemaTrace

Breaking changes, enforcement dates and migration requirements.

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.

CloudflareWorkersQuick EditorWranglerlog viewerremote inspectordeveloper toolslifecycle

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.

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.

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.

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

  1. 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

  1. 01
    Cloudflare — Quick Editor devtools replaced with log viewer

    Official Cloudflare changelog · 2026-02-16

    Open official source ↗