JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q47241F
  • License MIT

parse stacktrace with sourcemap

Package Exports

  • parse-stacktrace
  • parse-stacktrace/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (parse-stacktrace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.