exsentry v0.2.1 ExSentry.Sender
A GenServer which handles the sending of a single Sentry request. Invoked from ExSentry.Client.
Summary
Functions
Sends a POST request to the given Sentry URL with the given headers and body, spawning a new ExSentry.Sender process to handle it. Handles retry, exponential backoff, and error logging
Sends a POST request to the given Sentry URL with the given headers and body, using the given ExSentry.Sender PID. Handles retry, exponential backoff, and error logging
Functions
Sends a POST request to the given Sentry URL with the given headers and body, spawning a new ExSentry.Sender process to handle it. Handles retry, exponential backoff, and error logging.
Returns pid of ExSentry.Sender process.
Sends a POST request to the given Sentry URL with the given headers and body, using the given ExSentry.Sender PID. Handles retry, exponential backoff, and error logging.
Returns pid of new ExSentry.Sender process.