We have a Vue project. We are making two production builds: one for our internal team and one for the live version. Live version have a “live.” prefix for all files.
I’m using the webpack plugin to upload sourcemaps. (I also see the sourcemaps -both live and dev- in the artifacts section - don’t know if this is relevant)
The problem is that the issues shows the correct sourcemap-based code that is generating the error only for the issues coming from the dev version.
Issues coming from live version are showing minified code.
I’m probably doing something wrong but I really don’t know what and how to do and the docs are not helping to clear the confusion.
Can you link to the issues in your sentry.io account?
But generally explained we can not match the uploaded source maps with the event, that’s why you only see the minified code.
Reason for that could be that the release/dist in the event do not match with where you uploaded the source maps to with the plugin.
If you can’t paste link, can you at least post a screenshot of the artifact page of your release as well as a screenshot of the event detail page?
Now, they both look ok. The problem I’m facing is that those files are both on a server
The actual live version is on another server. I’ve copied the live files (without sourcemaps because i’ve uploaded them to sentry), kept the same names and served them on the live server.
live event from the actual live server: issues/924727113/events/48813867521
sorry bot i cant post more than two links