It seems that Sentry is unable to download our sourcemap files. That said, the maps are properly referenced in the source files and Chrome Devtools load them just fine. The exact error is
Remote file took too long to load: (15s, http://qa.cloud-test.elements.tv/build/bundle.js.map) Collapse
{
"url": "http://qa.cloud-test.elements.tv/build/bundle.js.map",
"timeout": 15
}
That said, this URL works just fine with e.g. Curl.
Any ideas?
Iâm also interested. Weâre throwing the same error (sentry request timeout). I assume sentry is attempting to fetch a sourcemap/js file thatâs too large.
We responded by uploading our own sourcemaps via the cli, but still get this error
Related: is there a way to change this timeout if we really must have large sourcemaps or slow servers?
I have had this issue continuously and have given up trying to fix it (though I will look into reducing the size by omitting the vendor modules), though I did once do some digging to see if there was a setting for this and gave up.
Oh yeah, this for sure - and Iâd be happy with a setting to only keep the last 1, 2, 5, 10, whatever releaseâs worth of auto-downloaded sourcemaps if youâre worried about space.
Realistically, for me, I only need the latest one.
We are having this problem too (large-ish files, about 3mb).
Is there any way to trigger a retry? Most of the time sentry loads our source-maps fine, but I think sometimes when our side in under load, it fails with this error message. I just want to hit a button that says âretry source map downloads nowâ.
Did you ever figure out a solution to this? Is there a way to either change the timeout to more than 15s, or maybe a âretry downloading source maps nowâ button?
Iâm also facing this issue, but with no way to make my source maps smaller
In general you should not rely on Sentry scraping sourcemaps. Itâs unreliable and problematic for versioning.
As part of your build or deploy process you should simply upload the resulting artifacts (and relevant source/sourcemaps) to Sentry using the releases API.
There is one thing: uploaded source maps as artifacts never match original sources. This way un-minifying process is completely broken and unconfigurable. I donât know why you ignore this huge issue at Sentry. Spent literally 2 days trying to configure this âfeatureâ and had no success. Whatâs described in the docs is not working at all. Some parts of the docs just missing, had to go through the github issues and even digged into your source code.
Just a waste of time and money. I would never recommend your tool.