JS bad source map

Hey,

I successfully uploaded the source maps to sentry, I can also see original button with the “real code”

The issue seems that every minified line maps to the same source line. So i guess the source map not mapping well somehow.

I use webpack to build my code, with devtool: ‘source-map’.