getsentry / getsentry/sentry-javascript
Use new context to store outgoing request information
Open
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.