We have followed the instructions in the documentation so we can upload source maps to Sentry without them being available on the web as outlined here: uploading source maps to sentry
As far as I can tell we have configured this correctly yet Sentry is not using the source map.
We have created a release:
The release has a souce map artifact:
…I can only upload 1 image as a new user… view full post here please
I can see the source map name in the public main.js
file on our server.
//# sourceMappingURL=main.js.map
We are initializing Raven with the release id:
…I can only upload 1 image as a new user… see link above please.
NOTE
main.js.map
is NOT hosted on our static server, and the location of main.js
is hashed, and would live at something like static/da94f5ffc8cff78aca266ed057cc823a53d460a3/js/main.js
. It may be possible that Sentry sees the sourceMappingUrl
directive and ignores the uploaded artifacts, but I would like someone to confirm this before I go about changing our build process.
Thanks!