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 8
8
9
9
### Breaking Changes
10
10
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.
12
13
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:
17
15
- ` deleteFilesAfterUpload ` - Use ` filesToDeleteAfterUpload ` instead
18
16
- ` bundleSizeOptimizations.excludePerformanceMonitoring ` - Use ` bundleSizeOptimizations.excludeTracing ` instead
19
17
- ` _experiments.moduleMetadata ` - Use ` moduleMetadata ` instead
20
18
- ` cleanArtifacts ` - Did not do anything
21
19
22
- ### Other Changes
20
+ ### List of Changes
23
21
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 )
25
24
- 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!
26
29
27
30
## 2.23.0
28
31
You can’t perform that action at this time.
0 commit comments