Getting correct line number for Bundled JS assets
joergd
Posted on
Nov 02 2013
Hi - I bundle all my JS assets into one minified file. If any errors occur on the browser, the line number I get back is obviously quite useless as all my assets have been bundled and uglified.
Is there a way - not sure whether this would be specific to Raygun - where the errors are correctly mapped onto the original files with their correct line numbers?