lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.57k stars 1.1k forks source link

Sentry source map issue #132

Open uNikhilParmar opened 2 years ago

uNikhilParmar commented 2 years ago

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)