Skip to content

Commit 206b7dc

Browse files
committed
Add comma
1 parent 8a9cf03 commit 206b7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Below we will outline all the breaking changes you should consider when upgradin
66
TL;DR if you copy & pasted the basic examples from our docs:
77
- Our CDN bundles are now ES6 - you will need to [reconfigure your script tags](#renaming-of-cdn-bundles) if you want to keep supporting ES5 and IE11 on the new SDK version.
88
- Distributed CommonJS files will be ES6. Use a transpiler if you need to support old node versions.
9-
- We bumped the TypeScript version we generate our types with to 3.8.3. Please check if your TypeScript projects using TypeScript version 3.7 or lower still compile. Otherwise upgrade your TypeScript version.
9+
- We bumped the TypeScript version we generate our types with to 3.8.3. Please check if your TypeScript projects using TypeScript version 3.7 or lower still compile. Otherwise, upgrade your TypeScript version.
1010
- `whitelistUrls` and `blacklistUrls` have been renamed to `allowUrls` and `denyUrls` in the `Sentry.init()` options.
1111
- The `UserAgent` integration is now called `HttpContext`.
1212

0 commit comments

Comments
 (0)