Replies: 1 comment 2 replies
-
Can you share a link to the event in question? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to upload source maps as part of an Angular application build but for some reason, the stack traces still look mangled. I don't know what I'm doing wrong to be honest.
I suspect this is because the paths look wrong here:
The file in question is called 133.bc4ebc49840176eb.js.map, but the source map file path is just the debug ID it seems. I guess it can't find the file because the paths don't match. But I don't know where this name comes from, when I run the build locally these paths are nowhere to be found.
I have enabled source maps for the production build in my
angular.json
and the webpack config looks like this:The generated JS files have the
R._sentryDebugIds = R._sentryDebugIds || {}
and the debug IDs actually do match, it's just the path that's different.Does anyone have a clue what I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions