Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Easier debugging in Workers with improved Wrangler error screen
description: Wrangler's error screen now features light and dark themes, more reliable source map resolution, and better error cause display.
products:
- workers
date: 2025-08-19
---

Wrangler's error screen has received several improvements to enhance your debugging experience!

The error screen now features a refreshed design with support for both light and dark themes, improved source map resolution logic that handles missing source files more reliably, and better error cause display.

| Before | After (Light) | After (Dark) |
|--------|---------------|--------------|
| ![Old error screen](../../../assets/images/workers/changelog/old-error-screen.png) | ![New light theme error screen](../../../assets/images/workers/changelog/new-error-screen-light.png) | ![New dark theme error screen](../../../assets/images/workers/changelog/new-error-screen-dark.png) |

Try it out now with `npx wrangler@latest dev` in your Workers project.
Loading