Packages
Push ErrorTracker errors to your phone with Boop. Attaches to an existing ErrorTracker installation via telemetry.
Current section
Files
Jump to
Current section
Files
boop_error_tracker
CHANGELOG.md
CHANGELOG.md
# Changelog
## 1.1.0
- `error_tracker_url` option: the base URL of your ErrorTracker dashboard's errors page. Every push gets an "Open in ErrorTracker" button that opens the error (Boop server 1.2.0+).
- `actions` option: a static list or a function of `(error, occurrence)` returning extra `%{label, url}` buttons. Boop shows at most three; a raising function only loses the extra buttons.
- Requires `boop_ex ~> 1.1`. Fingerprints were already sent, so Boop 1.2.0 groups occurrences of one error into a single inbox row.
## 1.0.0
- Attaches to ErrorTracker's telemetry and sends new / returning errors to Boop via `boop_ex`.
- Optional per-occurrence notifications with per-error throttling.
- Rich events: exception, stacktrace with in-app frames, tags, context, breadcrumbs.