So my minified Javascript is located at:
https://jobs.apploi.com/public/dist/index.min.js
And in that file, on the last line, the following directive is found:
//# sourceMappingURL=/public/dist/index.min.js.map
Questions:
- Is there anyway to see what Sentry is trying to fetch?
- Should the
sourceMappingURL
be this instead?
//# sourceMappingURL=index.min.js.map