sentry v7.1.0 Sentry.HTTPClient behaviour
Specifies the API for using a custom HTTP Client.
Clients must implement the send_event/1
function that receives
the Event and sends it to the Sentry API. It may return anything.
See Sentry.Client
for Sentry.TestClient
for example implementations.
Link to this section Summary
Link to this section Callbacks
Link to this callback
send_event(arg1, keyword)
send_event(arg1, keyword)
send_event(Sentry.Event.t(), keyword()) :: any()
send_event(Sentry.Event.t(), keyword()) :: any()