View Source Sentry.HTTPClient behaviour (sentry v8.1.0)
Specifies the API for using a custom HTTP Client.
The default HTTP client is Sentry.HackneyClient
To configure a different HTTP client, implement the Sentry.HTTPClient
behaviour and
change the :client
configuration:
config :sentry,
client: MyHTTPClient
Link to this section Summary
Link to this section Types
Link to this section Callbacks
@callback child_spec() :: :supervisor.child_spec()