# BoopErrorTracker v1.1.0 - Table of Contents

> Push ErrorTracker errors to your phone with Boop. Attaches to an existing ErrorTracker installation via telemetry.

## Pages

- [BoopErrorTracker](readme.md)
- [Changelog](changelog.md)
- [boop_error_tracker usage rules](usage-rules.md)

## Modules

- [BoopErrorTracker](BoopErrorTracker.md): Sends [ErrorTracker](https://github.com/elixir-error-tracker/error-tracker) errors to your phone
through [Boop](https://github.com/chrisgreg/boop).
- [BoopErrorTracker.Config](BoopErrorTracker.Config.md): Resolved `:boop_error_tracker` configuration.
- [BoopErrorTracker.Event](BoopErrorTracker.Event.md): Translates an ErrorTracker error + occurrence into a `Boop.Event`.
- [BoopErrorTracker.Throttle](BoopErrorTracker.Throttle.md): Remembers when each error last produced a push so `:occurrence` notifications are rate-limited
per error. State lives in an ETS table owned by this process; it is not persisted.

