|
2 | 2 |
|
3 | 3 | ## 5.0.0 |
4 | 4 |
|
5 | | -This major bump brings a lot of internal improvements. Also we extracted some integrations out of their packages and put |
6 | | -them in their own package called `@sentry/integrations`. For a detailed guide how to upgrade from `4.x` to `5.x` |
7 | | -consider our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). |
| 5 | +This major bump brings a lot of internal improvements. Also, we extracted some integrations out of the SDKs and put them |
| 6 | +in their own package called `@sentry/integrations`. For a detailed guide how to upgrade from `4.x` to `5.x` refer to our |
| 7 | +[migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). |
8 | 8 |
|
9 | 9 | **Migration from v4** |
10 | 10 |
|
11 | | -If you were using the SDK without any special abilities, basically, the way we describe it in the docs, you should be |
12 | | -fine by just updating it. This is a **breaking** release since we removed some methods from the public API and removed |
13 | | -some classes from the default export. |
| 11 | +If you were using the SDKs high level API, the way we describe it in the docs, you should be fine without any code |
| 12 | +changes. This is a **breaking** release since we removed some methods from the public API and removed some classes from |
| 13 | +the default export. |
14 | 14 |
|
15 | 15 | - **breaking** [node] fix: Events created from exception shouldn't have top-level message attribute |
16 | 16 | - [utils] ref: Update wrap method to hide internal sentry flags |
@@ -61,9 +61,6 @@ some classes from the default export. |
61 | 61 | - [integrations] fix: Bug in vue integration with `attachProps` |
62 | 62 | - **breaking** [core] ref: Remove SDK information integration |
63 | 63 | - **breaking** [core] ref: Remove `install` function on integration interface |
64 | | - |
65 | | -## 5.0.0-rc.4 |
66 | | - |
67 | 64 | - [node] feat: Add esm build |
68 | 65 | - [integrations] feat: Fix build and prepare upload to cdn |
69 | 66 | - [integrations] fix: Bug in vue integration with `attachProps` |
@@ -93,9 +90,8 @@ some classes from the default export. |
93 | 90 |
|
94 | 91 | **Migration from v4** |
95 | 92 |
|
96 | | -This major bump brings a lot of internal improvements. If you were using the SDK without any special abilities, |
97 | | -basically, the way we describe it in the docs, you should be fine by just updating it. This is a **breaking** release |
98 | | -since we removed some methods from the public API and removed some classes from the default export. |
| 93 | +This major bump brings a lot of internal improvements. This is a **breaking** release since we removed some methods from |
| 94 | +the public API and removed some classes from the default export. |
99 | 95 |
|
100 | 96 | - **breaking** [node] fix: Events created from exception shouldn't have top-level message attribute |
101 | 97 | - [utils] ref: Update wrap method to hide internal sentry flags |
|
0 commit comments