Releases: getsentry/sentry-javascript-bundler-plugins
Releases · getsentry/sentry-javascript-bundler-plugins
Release list
3.3.0-alpha.0
Pre-release to test primitive APIs.
3.2.4
3.2.3
3.2.2
3.2.1
- deps: Bump @sentry/cli to 2.42.2 (#685)
3.2.0
- feat(core): Accept and await a promise in
sourcemaps.filesToDeleteAfterUpload(#677)
3.1.2
- deps: Bump
@sentry/clito2.41.1(#671)
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.
3.1.0
- feat(webpack): Gate forced process exit behind experimental flag (#663)
3.0.0
Breaking Changes
-
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- UsefilesToDeleteAfterUploadinsteadbundleSizeOptimizations.excludePerformanceMonitoring- UsebundleSizeOptimizations.excludeTracinginstead_experiments.moduleMetadata- UsemoduleMetadatainsteadcleanArtifacts- Did not do anything
List of Changes
- fix!: Wrap injected code in block-statement to contain scope (#646)
- chore!: Remove deprecated options (#654)
- feat(logger): Use console methods respective to log level (#652)
- fix(webpack): Ensure process exits when done (#653)
- fix: Use correct replacement matcher for
bundleSizeOptimizations.excludeTracing(#644)
Work in this release contributed by @jdelStrother. Thank you for your contribution!