Has anyone got a Gradle solution for uploading sou...
# javascript
r
Has anyone got a Gradle solution for uploading source maps to sentry.io? Looks like in production mode the source maps are inlined using base64, but Sentry just shows references to the minified javascript. So not even the manual upload of source maps using the Sentry CLI appears to be working.
Ok, all good. Looks like I needed to set
config.devtool = 'source-map'
in my webpack config.