retrace_stack
Decode minified production stack traces to original TypeScript source files, lines, and columns using source maps.
Instructions
Decode a minified production stack trace back to original TypeScript source files, lines, and columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stackTrace | Yes | The raw minified error stack trace (multi-line string) | |
| sourcemapDir | Yes | Directory containing .map files (or the dist directory where .js.map files live) |