Skip to content

Commit d74bcb8

Browse files
author
Luca Forstner
committed
.
1 parent 7713082 commit d74bcb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
### Breaking Changes
1010

11-
- Injected code will now use `let` and `const` which were added in ES6 (ES2015).
11+
- Injected code will now use `let`, which were added in ES6 (ES2015).
1212
This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.
1313

14-
- Deprecated configuration options have been removed:
14+
- Deprecated options have been removed:
1515
- `deleteFilesAfterUpload` - Use `filesToDeleteAfterUpload` instead
1616
- `bundleSizeOptimizations.excludePerformanceMonitoring` - Use `bundleSizeOptimizations.excludeTracing` instead
1717
- `_experiments.moduleMetadata` - Use `moduleMetadata` instead

0 commit comments

Comments
 (0)