Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getsentry/sentry-javascript-bundler-plugins
JavaScript Bundler Plugins for Sentry
https://github.com/getsentry/sentry-javascript-bundler-plugins
esbuild-plugin hacktoberfest rollup-plugin sentry tag-production team-web-frontend vite-plugin webpack-plugin
Last synced: 1 day ago
JSON representation
JavaScript Bundler Plugins for Sentry
- Host: GitHub
- URL: https://github.com/getsentry/sentry-javascript-bundler-plugins
- Owner: getsentry
- License: bsd-3-clause
- Created: 2022-06-26T09:07:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T15:40:43.000Z (9 days ago)
- Last Synced: 2025-01-06T12:02:57.351Z (5 days ago)
- Topics: esbuild-plugin, hacktoberfest, rollup-plugin, sentry, tag-production, team-web-frontend, vite-plugin, webpack-plugin
- Language: TypeScript
- Homepage: https://sentry.io
- Size: 2.08 MB
- Stars: 146
- Watchers: 32
- Forks: 37
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rspack - @sentry/webpack-plugin
- awesome - getsentry/sentry-javascript-bundler-plugins - JavaScript Bundler Plugins for Sentry (TypeScript)
README
# Sentry Bundler Plugins
Sentry plugins for various JavaScript bundlers. Currently supporting Rollup, Vite, esbuild, Webpack 4 and Webpack 5.
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 Plugins take care of Sentry-related tasks at build time of your JavaScript projects. It supports the following features:
- 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)## Contributors
Thanks to everyone who contributed to the Sentry JavaScript Bundler Plugins!