Open InterstellarStella opened 7 months ago
Backlogging this!
As a workaround you can set disable: true
for when you do dev builds.
This is still very broken - even setting sourcemaps.disable
to an explicit true
still results in the sourcemaps being uploaded in dev mode (using the vite plugin)
Environment
Using
sentry/browser
version7.109.0
andsentry/webpack-plugin
version2.16.1
.Steps to Reproduce
webpack --watch --mode development
OR setmode:“development”,
in webpack'smodule.exports
.Expected Result
Source maps are not uploaded to Sentry, as stated in the docs:
Actual Result
Source maps are uploaded to Sentry.