Skip to content

Commit ee97365

Browse files
authored
[Workers] changelog for new wrangler error screen (#24456)
1 parent d2aa0cd commit ee97365

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed
151 KB
Loading
160 KB
Loading
153 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Easier debugging in Workers with improved Wrangler error screen
3+
description: Wrangler's error screen now features light and dark themes, more reliable source map resolution, and better error cause display.
4+
products:
5+
- workers
6+
date: 2025-08-19
7+
---
8+
9+
Wrangler's error screen has received several improvements to enhance your debugging experience!
10+
11+
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.
12+
13+
| Before | After (Light) | After (Dark) |
14+
|--------|---------------|--------------|
15+
| ![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) |
16+
17+
Try it out now with `npx wrangler@latest dev` in your Workers project.

0 commit comments

Comments
 (0)