# @sentry/bundler-plugins

> Sentry Bundler Plugins

Latest version **10.74.0** (published 2026-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @sentry/bundler-plugins
pnpm add @sentry/bundler-plugins
yarn add @sentry/bundler-plugins
bun add @sentry/bundler-plugins
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 10.74.0 |
| Published | 2026-09-09 |
| First published | 2026-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >= 18 |
| Dependencies | 7 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8744 |
| Author | Sentry |
| Maintainers | sentry-bot |

## Links

- npm: https://www.npmjs.com/package/@sentry/bundler-plugins
- Repository: https://github.com/getsentry/sentry-javascript
- Homepage: https://github.com/getsentry/sentry-javascript/tree/main/packages/bundler-plugins
- Issues: https://github.com/getsentry/sentry-javascript/issues
- npm.io page: https://npm.io/package/@sentry/bundler-plugins

## Dependencies (7)

- [glob](https://npm.io/package/glob.md) ^13.0.6
- [dotenv](https://npm.io/package/dotenv.md) ^17.4.2
- [find-up](https://npm.io/package/find-up.md) ^5.0.0
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.18.5
- [@sentry/cli](https://npm.io/package/@sentry/cli.md) ^2.58.6
- [@sentry/core](https://npm.io/package/@sentry/core.md) 10.74.0
- [magic-string](https://npm.io/package/magic-string.md) ~0.30.8

## Recent versions

- 10.74.0 (latest) — 2026-09-09
- 11.0.0-beta.2 (next) — 2026-09-09
- 11.0.0-beta.1 — 2026-09-03
- 11.0.0-beta.0 — 2026-09-02
- 10.73.0 — 2026-08-31
- 11.0.0-alpha.2 — 2026-08-28
- 10.72.0 — 2026-08-28
- 10.71.0 — 2026-08-24
- 11.0.0-alpha.1 — 2026-08-12
- 10.70.0 — 2026-08-10
- 11.0.0-alpha.0 — 2026-08-07
- 10.69.0 — 2026-07-29
- 10.68.0 — 2026-07-24
- 10.67.0 — 2026-07-20
- 10.66.0 — 2026-07-16
- … 6 more at https://npm.io/package/@sentry/bundler-plugins/versions

## README

<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 Plugins

Core package containing the bundler-agnostic functionality used by the [bundler plugins](https://github.com/getsentry/sentry-javascript-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 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)

---
_Source: https://npm.io/package/@sentry/bundler-plugins · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
