sentry v4.0.3 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.

Summary

Callbacks

send_event(arg0)
send_event(Sentry.Event.t) :: any