am using hidden sourcemaps, so theres no reference in main bundles to the maps.
You 100% need to have #sourceMappingURL
present at the end of your final application files or source map processing won’t work.
I’m not sure what you mean by “hidden” source maps, but my guess is this is a factor.
Both the source and the map align in their names,
I think we’re on the same page, but to be 100% clear, Sentry doesn’t presume any filename relationship between source files/source maps. #sourceMappingURL
needs to be present, and needs to point to the associated source map.
Ive also tested to confirmthe map with mapvalidator.io, however i get timeout issues there. Map in roughly 4.5mb.
Yeah it’s kind of janky and we need to update it.
A side question, does the maps need to be uploaded everytime a new change is made or will any new upcomping “releases” be using old maps, if no new ones new maps/srcs were uploaded ?
Every time you change your application code, the “release” property (defined in Raven.js) is expected to be updated. There should be a matching release and associated artifacts uploaded to Sentry.