Hi,
Currently, we host our minified source code on a public server and do not host our source-map as we don’t want it to be available publicly. Instead we upload source-map to our hosted sentry. However it seem that sentry always try to fetch sourcemap from our public server instead of sentry artifact. As a result, I got this error when viewing my issue:
Some debug information that can help you answer our question
My public server that host minified js code is https://jsd-portal-frontend.us-east-1.prod.public.atl-paas.net
And our hosted sentry is https://jira-sentry.us-west-1.prod.public.atl-paas.net
Our minified code is named in sentry as ~/assets/{minifiedjs}
Our sourcemap is named in sentry as ~/sourcemaps/{sourcemapfile}
Our sourceMapUrl in minified code is …/sourcemaps/{sourcemapfile}
Please let me know if you need more details,
Thanks