Skip to content

Commit 58b9c4e

Browse files
lforstLms24
andauthored
docs(migration): Add section for renaming of CDN bundles (#4918)
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 7079520 commit 58b9c4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: MIGRATION.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ From version 7 onwards, the CommonJS files in Sentry JavaScript SDK packages wil
2727

2828
If you need to support Internet Explorer 11 or old Node.js versions, we recommend using a preprocessing tool like [Babel](https://babeljs.io/) to convert Sentry packages to ES5.
2929

30+
### Renaming Of CDN Bundles
31+
32+
CDN bundles will be ES6 by default. Files that followed the naming scheme `bundle.es6.min.js` were renamed to `bundle.min.js` and any bundles using ES5 (files without `.es6`) turned into `bundle.es5.min.js`.
33+
34+
See our [docs on CDN bundles](https://docs.sentry.io/platforms/javascript/install/cdn/) for more information.
35+
3036
### Restructuring Of Package Content
3137

3238
Up until v6.x, we have published our packages on npm with the following structure:

0 commit comments

Comments
 (0)