Skip to content

Commit

Permalink
feat(apple): How to investigate HTTP client errors (#12879)
Browse files Browse the repository at this point in the history
Explain that the stacktrace of HTTP client errors can be bogus
and what to check instead.
  • Loading branch information
philipphofmann authored Mar 4, 2025
1 parent 38ed82b commit 39e7fcd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sidebar_order: 13
description: "This feature, once enabled, automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry"
---

Once enabled, this feature automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry. The error event will contain the `request` and `response` data, such as `url`, `status_code`, and so on.
Once enabled, this feature automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry. The error event will contain the `request` and `response` data, such as `url`, `status_code`, and so on. Depending on your HTTP request setup, it can happen that the stacktrace of these events doesn't pinpoint the exact location of the HTTP request in your code. If that's the case, you can look at the HTTP request info of the issue, which contains things like URL and HTTP headers.


Since 8.0.0, this feature has been enabled by default. To disable it:

Expand Down

0 comments on commit 39e7fcd

Please sign in to comment.