# hackweek-sentry-unplugin **Repository Path**: mirrors_getsentry/hackweek-sentry-unplugin ## Basic Information - **Project Name**: hackweek-sentry-unplugin - **Description**: JavaScript Bundler Plugins for Sentry - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-23 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Sentry

# Sentry Bundler Plugins Sentry plugins for various JavaScript bundlers. Currently supporting Rollup, Vite, esbuild, 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) - [Show React component display names for breadcrumbs and Session Replays](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names/) ### 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!