Skip to content

Commit 88dbdfc

Browse files
committed
Change wording to clarify who the tldr section applies to
1 parent 6f44357 commit 88dbdfc

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
@@ -3,7 +3,7 @@
33
The main goal of version 7 is to reduce bundle size. This version is breaking because we removed deprecated APIs, upgraded our build tooling, and restructured npm package contents.
44
Below we will outline all the breaking changes you should consider when upgrading.
55

6-
TL;DR if you copy & pasted the basic examples from our docs:
6+
**TL;DR** If you only use basic features of Sentry, or you simply copy & pasted the setup examples from our docs, here's what changed for you:
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.
99
- 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.

0 commit comments

Comments
 (0)