Skip to content

Commit 0316641

Browse files
author
Luca Forstner
authored
meta: Update changelog for 3.0.0 (#657)
1 parent 07a98c8 commit 0316641

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,24 @@
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

0 commit comments

Comments
 (0)