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
We should store information about an outgoing HTTP request in a new context, e.g. outgoingRequest. This can be used both in browser and node to have additional information about failed fetch/http requests - today, this information is really only visible in breadcrumbs, which is not ideal.
The text was updated successfully, but these errors were encountered:
Description
We should store information about an outgoing HTTP request in a new context, e.g.
outgoingRequest
. This can be used both in browser and node to have additional information about failed fetch/http requests - today, this information is really only visible in breadcrumbs, which is not ideal.The text was updated successfully, but these errors were encountered: