Releases: getsentry/sentry-javascript-bundler-plugins
0.5.0
- feat(core): Add
injectRelease
anduploadSourceMaps
options (#190) - feat(core): Add experimental debug ID based source map upload to Rollup and Vite plugins (#192)
- feat(core): Import release injection code from each module (#188)
- feat: Add
_experiments.injectBuildInformation
option (#176) - feat: Add
sentryCliBinaryExists
function (#171)
Work in this release contributed by @alexandresoro and @dcyou. Thank you for your contributions!
2.0.0-alpha.1
No changes.
2.0.0-alpha.0
No changes.
Note: This release is the first release of the @sentry/webpack-plugin
from the Sentry JavaScript Bundler Plugins repository with the new unplugin-based architecture.
If you're updating from @sentry/webpack-plugin
version 1.x
, please take a look at the migration guide to learn more about breaking changes.
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)