Hi Max, thanks for the quick response. I checked with the source-map tool and found that the source maps are entirely empty. It seems like there have been some changes to either webpack or uglify that broke our source map generation. We had to stop using cheap-module-source-map
and had to set sourceMap: true
in our UglifyJS settings. I’m sorry for not checking this before posting to this forum.
For the Sentry side of things, maybe you could provide users with a more helpful error message. If you’re interested in spending time on that I can send you a few example links.
Jonas