Sorry, that I created a new thread but I’m also have the problem with sourcemaps. And can’t figure out the problem.
- My js is served from https://example.com/static/common-123.js
-
sourceMappingURL
iscommon-123.js
- I uploaded sourcemaps and js to sentry using webpack as
~/static/common-123.js
and~/static/common-123.js.map
- Release IDs have fine setup and js errors have correct link to release with correct artefact.
- But source maps are not working! In Sentry JSON I see:
"sourcemap": "https://example.com/static/client-8ac88d938fa41f089764.js.map"
What is the problem? Please help.