Skip to content

Commit efbd343

Browse files
authored
docs(migration): Add upgrading information for multiple Sentry packages to TL;DR section (#5125)
add a point to the TL;DR section stating that other Sentry packages like `@sentry/tracing` should be upgraded alongside the used Sentry SDK
1 parent a917dda commit efbd343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MIGRATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The main goal of version 7 is to reduce bundle size. This version is breaking be
44
Below we will outline all the breaking changes you should consider when upgrading.
55

66
**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:
7+
- If you installed additional Sentry packages, such as`@sentry/tracing` alongside your Sentry SDK (e.g. `@sentry/react` or `@sentry/node`), make sure to upgrade all of them to version 7.
78
- 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.
89
- Distributed CommonJS files will be ES6. Use a transpiler if you need to support old node versions.
910
- 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)