httpClient property

Client httpClient
getter/setter pair

If httpClient is provided, it is used instead of the default client to make HTTP calls to Sentry.io. This is useful in tests. If you don't need to send events, use NoOpClient.

Implementation

Client httpClient = NoOpClient();