We have a reporting system that automatically logs and collates stack traces of errors from a live web application compiled with Google Closure.
I have the source maps on the server and I am looking for a simple way to decode the compiled source code locations back into the original source locations either in JavaScript, or preferably with PHP.
Is there anything already out there?
Note that these are stack traces automatically reported from our end users, not browsers that we have direct access to.