Description
Environment
Using sentry/browser
version 7.109.0
and sentry/webpack-plugin
version 2.16.1
.
Steps to Reproduce
- Create a very minimal JS app and add webpack to it
- Set up Sentry's SDK and the sentry webpack plugin according to the docs
- Run the app with
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:
The Sentry webpack plugin doesn't upload source maps in watch-mode/development-mode. We recommend running a production build to test your configuration.
Actual Result
Source maps are uploaded to Sentry.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status
Status
No status