/sentry-javascript-bundler-plugins

JavaScript Bundler Plugins for Sentry

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Sentry

Sentry Bundler Plugins

Universal Sentry plugin for various JavaScript bundlers. Based on unjs/uplugin. Currently supports Rollup, Vite, esbuild, Webpack 4 and Webpack 5.

Check out the individual packages for more information and examples:

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)

The Sentry Bundler Plugins can be used as a replacement of Sentry CLI for these tasks.

More information