Skip to content

Commit 7713082

Browse files
author
Luca Forstner
committed
meta: Update changelog for 3.0.0
1 parent 57ad14f commit 7713082

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 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:
12-
13-
- `const` which was added in ES6 (ES2015) (#646)
14-
- `globalThis` which was added ES2020 but can be polyfilled (#610)
11+
- Injected code will now use `let` and `const` which were added in ES6 (ES2015).
12+
This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.
1513

1614
- Deprecated configuration 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)