This module provides functions to report any kind of exception to Airbrake or Errbit. For the most common use case it allows the following workflow
This module provides the ability to monitor workers of your gen.servers, just write use Airbrake.GenServer instead of use GenServer and any time when GenServer would be terminated for a some reason you will know about it.
use Airbrake.GenServer
use GenServer