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 vite-plugin webpack-plugin
Last synced: 4 days 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: 2024-10-18T08:50:28.000Z (17 days ago)
- Last Synced: 2024-10-20T20:48:21.495Z (14 days ago)
- Topics: esbuild-plugin, hacktoberfest, rollup-plugin, sentry, tag-production, vite-plugin, webpack-plugin
- Language: TypeScript
- Homepage: https://sentry.io
- Size: 1.79 MB
- Stars: 132
- Watchers: 31
- Forks: 34
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rspack - @sentry/webpack-plugin
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!