Skip to content

📚➡️🥞 Node.js module for converting mangled stack traces to original positions in transpiled JS/TS code.

License

Notifications You must be signed in to change notification settings

BugSplat-Git/source-mapper

Repository files navigation

BugSplat

stack-converter

stack-converter is a utility for translating function names, file names and line numbers in uglified JavaScript Error stack frames to the corresponding values in the original source. stack-converter is distributed as both a package and a library and is used by the BugSplat backend to deliver crash reporting as a service for JavaScript and TypeScript applications.