@sentry/bundler-plugin-core
Advanced tools
Changelog
3.1.1
fix(core): Disable release creation and source maps upload in dev mode (#666)
This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't be required in dev mode.
Changelog
3.1.0
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)