1.0.0 • Published 4 months ago

parse-stacktrace v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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.

1.0.0

4 months ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago