The error event will contain the request and response data, such as url, status_code, and so on.
This is a vague description of what is expected from the SDK and leads to bad UX. For example, one might assume that "and so on" includes HTTP response body data, which it does not.
Suggested Solution
Explicitly list the data the SDK is expected to collect from the application and attach to such events.
Core or SDK?
Core Sentry product
Which part? Which one?
https://docs.sentry.io/platforms/apple/configuration/http-client-errors/
Description
It states:
This is a vague description of what is expected from the SDK and leads to bad UX. For example, one might assume that "and so on" includes HTTP response body data, which it does not.
Suggested Solution
Explicitly list the data the SDK is expected to collect from the application and attach to such events.