recordHttpBreadcrumbs property
Whether to records requests as breadcrumbs. This is on by default.
It only has an effect when the SentryHttpClient or dio integration is in
use, or iOS native where it sets the value to enableNetworkBreadcrumbs
.
Implementation
bool recordHttpBreadcrumbs = true;