Javascript SourceMap file not working

catalingavan

Posted on
May 20 2015

Hello,

I am trying to use the Javascript Map file to properly display stacktrace on javascript errors.

The map file is referenced at the end of the .min file, and the browser reads it properly.

However, when the error is captured on the Raygun, the sourceMap file seems to be detected, but it highlights the line number in the minified file

Result: enter image description here

Minified file: enter image description here

Map file: enter image description here

I am doing something wrong? missing something?

The raygun client js i am using is Raygun4js - v1.18.3 - 2015-05-01


catalingavan

Posted on
Jun 05 2015

Thanks for your help, guys!


Reply