@sentry/bundler-plugin-core
Advanced tools
Changelog
0.7.2
Changelog
0.7.1
Changelog
0.7.0
This release introduces the sourcemaps
option. This option switches to a new system of handling source maps in Sentry.
While the old system is still available via the include
option, the recommended way forward is the sourcemaps
option.
You can configure the sourcemaps
option as follows:
plugin({
org: "Your organization",
project: "Your project",
authToken: "Your auth token",
sourcemaps: {
// Specify the directory containing build artifacts
assets: "./dist/**",
},
});
sourcemaps
option (#204).cjs
files (#203)Changelog
0.6.0
Work in this release contributed by @hakubo. Thank you for your contribution!
Changelog
0.5.1
Changelog
0.5.0
injectRelease
and uploadSourceMaps
options (#190)_experiments.injectBuildInformation
option (#176)sentryCliBinaryExists
function (#171)Work in this release contributed by @alexandresoro and @dcyou. Thank you for your contributions!
Changelog
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
.
customHeader
option (#167) (BREAKING)Work in this release contributed by @manniL. Thank you for your contribution!
Changelog
0.3.0
Note: This release bumps the @sentry/cli
dependency from version 1.x
to version 2.x
.
Work in this release contributed by @robertcepa. Thank you for your contribution!