sentry-wizard icon indicating copy to clipboard operation
sentry-wizard copied to clipboard

Handle `nx` in sourcemaps wizard

Open lforst opened this issue 1 year ago • 1 comments

From internal support ticket where the customer had trouble setting up source maps:

the confusion was due to the sentry wizard adding " devtool: 'source-map'" to our webpack config, instead of adding "sourceMap: true". as described in https://nx.dev/nx-api/webpack/executors/webpack#sourcemap

We should have a flow for the Nx webpack executor (or whatever it's called)

lforst avatar Mar 10 '25 10:03 lforst