@sentry/esbuild-plugin
Advanced tools
Changelog
0.2.0
This release replaces the entries
option with releaseInjectionTargets
which is a breaking change from previous versions.
For more information, take a look at the migration guide.
entries
option with releaseInjectionTargets
(#123)Changelog
0.1.0
With this release, the Sentry bundler plugins support all features of the standalone Sentry Webpack plugin. Please note that breaking changes might still be introduced.
setCommits
(#96)deploy
command (#97)telemetry
option to only send events to Sentry for projects uploading source maps to Sentry's SaaS instance (#99). For self-hosted Sentry servers, nothing will be sent to Sentry.README.md
files with examples and option descriptions for each bundler plugin (#117)Link to Full Changelog
Changelog
0.0.1-alpha.0
This release marks the first release of the Sentry bundler blugins. This is still a heavy work in progress and a lot of things are still missing and subject to change