sentry config code added in webpack.config.js file under plugin block
new SentryCliPlugin({ include: '.', ignore: ['node_modules', 'webpack.config.js'], configFile: 'sentry.properties', }),
The error I am getting when generate/upload build via sentry cli
` Minified Scripts
~/build/background.bundle.js (no sourcemap ref)
warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/build/background.bundle.js.)
~/build/contentScript.bundle.js (no sourcemap ref)
warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/build/contentScript.bundle.js.)
~/build/newtab.bundle.js (no sourcemap ref)
warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/build/newtab.bundle.js.)
~/build/options.bundle.js (no sourcemap ref)
warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/build/options.bundle.js.)
~/build/panel.bundle.js (no sourcemap ref)
warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/build/panel.bundle.js.)
~/build/popup.bundle.js (no sourcemap ref)
warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/build/popup.bundle.js.)`
I am trying to generate sentry source map so that I can debug issue properly on production.
Sentry webpack Ref Link: Link
sentry config code added in webpack.config.js file under plugin block
new SentryCliPlugin({ include: '.', ignore: ['node_modules', 'webpack.config.js'], configFile: 'sentry.properties', }),
The error I am getting when generate/upload build via sentry cli
` Minified Scripts ~/build/background.bundle.js (no sourcemap ref)