javascriptstack-tracesource-mapsminifiedjs

Can I translate a stacktrace from minified code into a human readable stacktrace using sourcemaps?


I have some errors from minified code in production. I have sourcemaps not in production. I'd like to (after the fact) use source maps in a way to convert my stack trace into a human readable stack trace. Has anyone done this before?


Solution

  • I am also doing some research on the same, and come up with some reference. I am sharing those for you: