-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack plugin uploads source maps on development mode #520
Comments
Backlogging this! |
As a workaround you can set |
This is still very broken - even setting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: