You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@
10
10
11
11
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
12
12
13
-
###9.0.0
13
+
## 9.0.0
14
14
15
15
Version `9.0.0` marks a release of the Sentry JavaScript SDKs that contains breaking changes.
16
16
The goal of this release is to trim down on unused and potentially confusing APIs, prepare the SDKs for future framework versions to build deeper instrumentation, and remove old polyfills to reduce the packages' size.
17
17
18
-
####How To Upgrade
18
+
### How To Upgrade
19
19
20
20
Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 8 to version 9.
21
21
Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/
22
22
23
23
A comprehensive migration guide outlining all changes for all the frameworks can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md
24
24
25
-
####Breaking Changes
25
+
### Breaking Changes
26
26
27
27
- doc(deno)!: Make Deno v2 the minimum supported version (#15085)
28
28
- feat!: Bump typescript to `~5.0.0` (#14758)
@@ -101,7 +101,7 @@ A comprehensive migration guide outlining all changes for all the frameworks can
101
101
- ref(core)!: Remove `Scope` type interface in favor of using `Scope` class (#14721)
102
102
- ref(core)!: Remove backwards compatible SentryCarrier type (#14697)
103
103
104
-
####Other Changes
104
+
### Other Changes
105
105
106
106
- chore(browser): Export ipAddress helpers for use in other SDKs (#15079)
107
107
- deps(node): Bump `import-in-the-middle` to `1.12.0` (#14796)
@@ -126,12 +126,14 @@ A comprehensive migration guide outlining all changes for all the frameworks can
126
126
- feat(deps): bump @opentelemetry/instrumentation-mongodb from 0.50.0 to 0.51.0 (#14871)
127
127
- feat(deps): bump @opentelemetry/instrumentation-tedious from 0.17.0 to 0.18.0 (#14868)
128
128
- feat(deps): bump @sentry/cli from 2.39.1 to 2.41.1 (#15173)
0 commit comments