@sentry/webpack-plugin
Advanced tools
Changelog
3.0.0
Injected code will now use let
, which was added in ES6 (ES2015).
This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.
Deprecated options have been removed:
deleteFilesAfterUpload
- Use filesToDeleteAfterUpload
insteadbundleSizeOptimizations.excludePerformanceMonitoring
- Use bundleSizeOptimizations.excludeTracing
instead_experiments.moduleMetadata
- Use moduleMetadata
insteadcleanArtifacts
- Did not do anythingbundleSizeOptimizations.excludeTracing
(#644)Work in this release contributed by @jdelStrother. Thank you for your contribution!
Changelog
2.23.0
globalThis
(#636)Work in this release contributed by @conor-ob. Thank you for your contribution!
Changelog
2.22.7
@sentry/cli
to 2.39.1
and require specific version (#632)Changelog
2.22.6
Changelog
2.22.5
@sentry/cli
to 2.36.1
(#609)Changelog
2.22.4
Work in this release contributed by @Thristhart. Thank you for your contribution!
Changelog
2.22.3
Error
class in injected code snippets (#594)Changelog
2.22.2
sourcemaps.disable
is set (#589)Changelog
2.22.1
sourcemaps.disable
to disable debug ID upload instead of legacy upload (#587)Changelog
2.22.0
@sentry/cli
to 2.33.1
(#581)bundleSizeOptimizations.excludeTracing
option as alias to deprecated bundleSizeOptimizations.excludePerformanceMonitoring
(#582)post
order of sentry-vite-release-injection-plugin
to avoid breaking @rollup/plugin-commonjs
step (#578)