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
-[Removal of `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode`](./MIGRATION.md#removal-of-spanstatusfromhttpcode-in-favour-of-getspanstatusfromhttpcode)
273
273
-[Removal of `addGlobalEventProcessor` in favour of `addEventProcessor`](./MIGRATION.md#removal-of-addglobaleventprocessor-in-favour-of-addeventprocessor)
274
274
-[Removal of `lastEventId()` method](./MIGRATION.md#deprecate-lasteventid)
275
+
-[Remove `void` from transport return types](./MIGRATION.md#remove-void-from-transport-return-types)
275
276
276
277
#### Deprecation of `Hub` and `getCurrentHub()`
277
278
@@ -435,6 +436,23 @@ addEventProcessor(event => {
435
436
436
437
The `lastEventId` function has been removed. See [below](./MIGRATION.md#deprecate-lasteventid) for more details.
437
438
439
+
#### Remove `void` from transport return types
440
+
441
+
The `send` method on the `Transport` interface now always requires a `TransportMakeRequestResponse` to be returned in
442
+
the promise. This means that the `void` return type is no longer allowed.
0 commit comments