errorcore
IO Recording

Outbound HTTP

Outbound HTTP capture adds timing and ordering to the upstream calls your service makes before an exception appears.

Use it to answer:

  • which upstream call happened immediately before the failure
  • whether retries or parallel requests changed the request path
  • how long the failing path spent waiting on the network
outbound HTTP timeline
12ms  GET https://auth.internal/session/42
28ms  POST https://billing.internal/invoices
44ms  Error thrown in checkout flow

Keep payload bodies out unless you have a specific debugging reason and a matching scrub policy.

On this page