Open getkey opened 4 years ago
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Accepted
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
I'm experiencing this a lot with mobile browsers
Important Details
How are you running Sentry?
Saas (sentry.io)
Description
When an error happens in as script with a
blob:
URL, its source maps doesn't get associated, and error below is shown.URL for which the issue happened
But this file ends with
And
bundle.js.map
has been uploaded to the artifacts:@CaptObvious described the same issue as me here https://forum.sentry.io/t/source-maps-not-loading-for-js-blobs/3736
Steps to Reproduce
You can use the script below to use a script from a
blob:
URL. Just replaceblobScript
with a minified script and upload its sourcemap.What you expected to happen
The same behavior as when the script is loaded with a normal URL: being able to see the error in the context of the original source.