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: MIGRATION.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,10 @@ to access and mutate the current scope.
90
90
91
91
`@sentry/hub` has been removed. All exports from `@sentry.hub` should be available in `@sentry/core`.
92
92
93
+
## Removal of `makeXHRTransport` transport (#10703)
94
+
95
+
The `makeXHRTransport` transport has been removed. Only `makeFetchTransport` is available now. This means that the Sentry SDK requires the fetch API to be available in the environment.
96
+
93
97
## General API Changes
94
98
95
99
- The minumum supported Node version for all the SDK packages is Node 14 (#10527)
0 commit comments