# airbrake_ex v0.3.0 - Table of Contents

> Airbrake notifier for Elixir

## Modules

- [AirbrakeEx](AirbrakeEx.md): This module provides functions to report any kind of exception to
[Airbrake](https://airbrake.io/).
- [AirbrakeEx.Config](AirbrakeEx.Config.md): This module handles smart fetching of values from the config

- [AirbrakeEx.LoggerBackend](AirbrakeEx.LoggerBackend.md): A Logger backend to send exceptions from logs to `airbrake`
- [AirbrakeEx.Plug](AirbrakeEx.Plug.md): Add the `AirbrakeEx.Plug` to you web application Plug stack
to send all exceptions to `airbrake`
- [AirbrakeEx.Utils](AirbrakeEx.Utils.md)

