We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7713082 commit d74bcb8Copy full SHA for d74bcb8
CHANGELOG.md
@@ -8,10 +8,10 @@
8
9
### Breaking Changes
10
11
-- Injected code will now use `let` and `const` which were added in ES6 (ES2015).
+- Injected code will now use `let`, which were added in ES6 (ES2015).
12
This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.
13
14
-- Deprecated configuration options have been removed:
+- Deprecated options have been removed:
15
- `deleteFilesAfterUpload` - Use `filesToDeleteAfterUpload` instead
16
- `bundleSizeOptimizations.excludePerformanceMonitoring` - Use `bundleSizeOptimizations.excludeTracing` instead
17
- `_experiments.moduleMetadata` - Use `moduleMetadata` instead
0 commit comments