Back to Sentry Javascript

Sentry Bundler Plugins

packages/bundler-plugins/README.md

10.60.01.2 KB
Original Source
<p align="center"> <a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank"> </a> </p>

Sentry Bundler Plugins

Core package containing the bundler-agnostic functionality used by the bundler plugins.

Check out the individual packages for more information and examples:

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