Sentry Bundler Plugin Core
npm install @sentry/bundler-plugin-coreCore package containing the bundler-agnostic functionality used by the bundler plugins.
Check out the individual packages for more information and examples:
- Rollup
- Vite
- esbuild
- Webpack
The Sentry bundler plugin core package contains the following functionality:
- Sourcemap upload
- Release creation in Sentry
- Automatic release name discovery (based on CI environment - Vercel, AWS, Heroku, CircleCI, or current Git SHA)
- Automatically associate errors with releases (Release injection)
- Sentry Documentation
- Sentry Discord
- Sentry Stackoverflow