API Reference Honeybadger v0.23.0

View Source

Modules

This module contains the notify macro and context function you can use in your applications.

Specification of user overrideable exclude_errors function.

The default implementation for the exclude_errors configuration. Doesn't exclude any error.

Specification of user overrideable filter functions.

The default implementation for the filter configuration. Removes keys listed in filter_keys from maps and respects the filter_disable_* configuration values.

A default implementation of Honeybadger.Filter.

The callbacks required to implement the FingerprintAdapter behaviour

HTTP adapter helper module.

Struct used by HTTP adapters to normalize HTTP responses.

HTTP adapter module for making http requests with :hackney.

HTTP adapter module for making http requests with Req.

Specification for a top level Honeybadger.Notice filter.

The Honeybadger.Plug adds automatic error handling to a plug pipeline.

Assorted helper functions used through out the Honeybadger package.

Mix Tasks

release uses shipit. It performs many sanity checks before pushing the hex package. Check out https://github.com/wojtekmach/shipit for more details