The documentation you have around uploading sourcemaps point to ‘http://’ addresses in the example.
I was able to get a release pointing to the artifacts that I’m interested in via our deploy script:
files ${GIT_SHA} upload studio/build '~/app.js'
files upload-sourcemaps studio/build/app.js.map
- Dis okay?
- When we trigger errors, Sentry still attempts to fetch (rather than get the uploaded files) and throws a “remote file took too long to load”. Does uploading sourcemaps/files before deploying to the web not point releases to artifacts?