[HttpException: File does not exist.] - raygun.min.js.map file
fujiiface
Posted on
Aug 13 2015
Hello,
I'm pretty noob to the JavaScript source mapping world so bear with me. I am currently trying to integrate the raygun4js provider into my ASP.NET web application and occasionally I will receive the error message in the thread title. I looked into the Source Maps section found here but I am a little confused.
- Do I need to add the raygun JS provider (raygun.min.js) to my Js Source Map Center for the application?
- My team and I are beginning to actively develop/rewrite parts of the application in JavaScript and, depending on the server environment, provide a minified version to the client. Do each of these minified versions need to be loaded into the Js Source Map Center as well?
- If so, do we have to reload the JS every time we minify the .js file? We're not currently using a build tool workflow. The files are minified manually using a 3rd party service.
Any clarification on this is greatly appreciated. Thanks!