Relative vs absolute path for sourceMappingURL

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:

  1. Is there anyway to see what Sentry is trying to fetch?
  2. Should the sourceMappingURL be this instead?
    //# sourceMappingURL=index.min.js.map