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
- UsefilesToDeleteAfterUpload
insteadbundleSizeOptimizations.excludePerformanceMonitoring
- UsebundleSizeOptimizations.excludeTracing
instead_experiments.moduleMetadata
- UsemoduleMetadata
insteadcleanArtifacts
- 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!