Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
<p align="center">
|
|
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
|
|
<img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
|
|
</a>
|
|
</p>
|
|
|
|
# Sentry Bundler Plugin Core
|
|
|
|
Core package containing the bundler-agnostic functionality used by the bundler plugins.
|
|
|
|
Check out the individual packages for more information and examples:
|
|
|
|
- [Rollup](https://www.npmjs.com/package/@sentry/rollup-plugin)
|
|
- [Vite](https://www.npmjs.com/package/@sentry/vite-plugin)
|
|
- [esbuild](https://www.npmjs.com/package/@sentry/esbuild-plugin)
|
|
- [Webpack](https://www.npmjs.com/package/@sentry/webpack-plugin)
|
|
|
|
### Features
|
|
|
|
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)
|
|
|
|
### More information
|
|
|
|
- [Sentry Documentation](https://docs.sentry.io/quickstart/)
|
|
- [Sentry Discord](https://discord.gg/Ww9hbqr)
|
|
- [Sentry Stackoverflow](http://stackoverflow.com/questions/tagged/sentry)
|