File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 88
99### Breaking Changes
1010
11- - Code injected into bundles now uses:
11+ - Injected code will now use ` let ` , which was added in ES6 (ES2015).
12+ This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.
1213
13- - ` const ` which was added in ES6 (ES2015) (#646 )
14- - ` globalThis ` which was added ES2020 but can be polyfilled (#610 )
15-
16- - Deprecated configuration options have been removed:
14+ - Deprecated options have been removed:
1715 - ` deleteFilesAfterUpload ` - Use ` filesToDeleteAfterUpload ` instead
1816 - ` bundleSizeOptimizations.excludePerformanceMonitoring ` - Use ` bundleSizeOptimizations.excludeTracing ` instead
1917 - ` _experiments.moduleMetadata ` - Use ` moduleMetadata ` instead
2018 - ` cleanArtifacts ` - Did not do anything
2119
22- ### Other Changes
20+ ### List of Changes
2321
24- - fix(webpack): Ensure process exits when done (#653 )
22+ - fix!: Wrap injected code in block-statement to contain scope (#646 )
23+ - chore!: Remove deprecated options (#654 )
2524- feat(logger): Use console methods respective to log level (#652 )
25+ - fix(webpack): Ensure process exits when done (#653 )
26+ - fix: Use correct replacement matcher for ` bundleSizeOptimizations.excludeTracing ` (#644 )
27+
28+ Work in this release contributed by @jdelStrother . Thank you for your contribution!
2629
2730## 2.23.0
2831
You can’t perform that action at this time.
0 commit comments