Stack Trace Viewer

Stack Trace Viewer

Frame-by-frame inspection of error stack traces with source mapping and file/line attribution.

Source map: ok
ERR-4821TypeError

TypeError: Cannot read properties of undefined (reading 'amount')

428 events · 312 users · last seen 7/2/2026, 5:48:00 AM

1processCheckoutin-app
checkout.ts:142
139 function processCheckout() {
140 const ctx = getContext();
141 if (!ctx) throw new Error("missing context"); // <- line 141
142 return ctx.process(); // <- line 142
143 }
2handleRequestin-app
server.ts:78
75 function handleRequest() {
76 const ctx = getContext();
77 if (!ctx) throw new Error("missing context"); // <- line 77
78 return ctx.process(); // <- line 78
79 }
3async middlewarein-app
router.ts:24
21 function async middleware() {
22 const ctx = getContext();
23 if (!ctx) throw new Error("missing context"); // <- line 23
24 return ctx.process(); // <- line 24
25 }

Source Map Details

Symbolication metadata for this stack trace

Status

ok

Release

v2.4.1-rc1

Frames total

3

In-app frames

3

Command Palette

Search for a command to run...