parse-stacktrace

1.0.0 • Public • Published

parse-stacktrace

This is a tool to convert the stacktrace to a readable format. It is not fully tested, use it at your own risk.

Usage

  1. Install it globally

npm i -g parse-stacktrace

  1. Run this command

parse-stacktrace

you will see a local server is running at port 8080

  1. Paste your stacktrace and the URL to your sourcemap file, then you will get the parsed result. It must start with https

Example

example

When you get a error stack trace from, like kibana, then you can put it to Stack Trace:. Then you need to input the sourcemap as well. In the example, the sourcemap url is just the js file and a suffix .map.

After these 2 fields are filled, you can click the PARSE button. A few seconds later, you will see the original source of the stack trace appended below.

Package Sidebar

Install

npm i parse-stacktrace

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

354 kB

Total Files

16

Last publish

Collaborators

  • fightant1w1ll