View Source Plausible.Sentry.Client (Plausible v0.0.1)

Summary

Functions

The Sentry.HTTPClient behaviour requires a child spec to be supplied. In this case we don't want Sentry to manage our Finch instances, hence it's fed with a dummy module for the sake of the contract.

Callback implementation for Sentry.HTTPClient.post/3.

Functions

The Sentry.HTTPClient behaviour requires a child spec to be supplied. In this case we don't want Sentry to manage our Finch instances, hence it's fed with a dummy module for the sake of the contract.

XXX: Submit a Sentry PR making the child spec callback optional.

Link to this function

post(url, headers, body)

View Source

Callback implementation for Sentry.HTTPClient.post/3.