Releases: getsentry/sentry-javascript-bundler-plugins
0.4.0
This release contains breaking changes. Please refer to the migration guide on how to update from version 0.3.x
to 0.4.x
.
- deps(core): Bump unplugin version (#164)
- ref(core): Only inject release into entrypoints per default (#166) (BREAKING)
- ref: Remove
customHeader
option (#167) (BREAKING) - ref: Turn default exports into named exports (#165) (BREAKING)
Work in this release contributed by @manniL. Thank you for your contribution!
0.3.0
Note: This release bumps the @sentry/cli
dependency from version 1.x
to version 2.x
.
- feat(core): Add headers option (#153)
Work in this release contributed by @robertcepa. Thank you for your contribution!
0.2.4
0.2.3
0.2.2
0.2.1
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.
- feat: Replace
entries
option withreleaseInjectionTargets
(#123)
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.
- Re-added Sentry CLI to the project (#85).
The bundler plugins use Sentry CLI to create releases and upload sourcemaps - Added missing Release creation steps
- Added validation of plugin options (#104)
- Refined
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. - Updated
README.md
files with examples and option descriptions for each bundler plugin (#117)
Link to Full 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
- Initial release