Parses every stack trace into a nicely formatted array of hashes.
Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.
A simple module for applying source maps to JS stack traces in the browser.
An Error subclass that will chain nested Errors and dump nested stacktraces
Long stacktraces for V8 implemented in user-land JavaScript.
Modify given `err` object to be more useful - adds `at`, `line`, `column`, `place` and `filename` properties and also cleans stack traces.
Emit and/or format raw stacktraces when errors are thrown
Framework-agnostic, micro-library for getting stack traces in all environments
Meant to be used with [clean-stacktrace][] as mapper function. Makes absolute paths inside stack traces to relative paths.
Plugin for `clean-stacktrace` lib. Parse each line to get additional info like `filename`, `column` and `line` of the error.
Module to support pretty-printing of stack traces in multiple JavaScript environments
Gets an object containing normalized stacktrace information across browsers.
Provides readable mapped stacktrace for failed tests to debug the them in your browser.