errbit/errbit

Replace `hoptoad_notifier` with `airbrake` gem

Open

#1,850 opened on Apr 10, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Ruby (986 forks)batch import
good first issuehelp-wanted

Repository metrics

Stars
 (4,085 stars)
PR merge metrics
 (Avg merge 20h 25m) (80 merged PRs in 30d)

Description

What is hoptoad_notifier?

hoptoad_notifier is old name for airbrake gem.

Why we use hoptoad_notifier?

We use hoptoad_notifier inside Errbit for self-tracking errors from Errbit itself.

Why we want to replace it?

hoptoad_notifier is old gem. It's only a matter of time, when it breaks.

Test plan:

  1. Replace hoptoad_notifier with airbrake.
  2. Check that Errbit still can track self errors in itself

Contributor guide