Clean up error stack traces
enable source-map in node error stack
HTML Pretty error stack viewer
Makes eval() debugger-friendly with ability to set breakpoints and see proper line numbers in Error stack traces.
Patches error stack to display correct line numbers. CoffeeScript has built in support for this, but it only works when the script is executed through the `coffee` command. If you are running mocha, node-dev, jasmine or any other method, the functionality isn't on.
trace error stack,filter unconcerned stack infomation
This is a simple library for wrapping errors with additional context messages for rethrowing without losing the original error stack trace and message.
Get v8 stack traces as an array of CallSite objects.
Modify Node.js error stack traces to display relative paths in a Docker container
Polyfill sourcemap on error stack for System on nodejs
Captures and cleans stack traces
Better error stack and error controlling for co and koa
Discord webhook logger for Node.js. Supports log levels, embeds, timestamps, and error stack traces for real-time monitoring.
Inherit from Error without performance penalties, instanceof behaves as expected and the error stack is correct
Visually-recognizable unified hash of an error stack
highlights the name of local (not in node_modules) files in error stack
Error.captureStackTrace ponyfill
Extract the actual stack of an error
nstack is minimal utilitie to read the error stack
A collection of standard object serializers for Pino
get calling function, filename, line-number from error stack trace
API for combining call site modifiers
No description provided.
Generate artificial backtrace by walking arguments.callee.caller chain