Skip to content
BEAD

JS / Node Stack Trace Parser

Parse V8 and Firefox stack traces into structured frames — function, file, line, column.

Error
TypeError: Cannot read properties of undefined (reading 'foo')
Frames (6 / 6)
#FunctionFileLine:Col
0Object.handler/app/src/server.ts42:18
1Layer.handle [as handle_request]/app/node_modules/express/lib/router/layer.js95:5
2next/app/node_modules/express/lib/router/route.js144:13
3(anonymous)/app/src/middleware.ts17:9
4process.processTicksAndRejectionsnode:internal/process/task_queues95:5
5Server.startasync/app/src/index.ts8:3

Formats handled

  • V8: at Class.method (file:line:col)
  • V8 anonymous: at file:line:col
  • V8 eval / async / Promise: prefix stripped, location kept
  • Firefox / SpiderMonkey: name@file:line:col

You might also like

Used in these workflows