airbrake v0.6.1 Airbrake.GenServer
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.
Could be used in case when you don't want a system-wide reporting.
Link to this section Summary
Functions
Implements a set of reporting rules based on process termination reason. Could be overridden if you want to.
Link to this section Functions
Link to this function
handle_terminate(reason, context)
Implements a set of reporting rules based on process termination reason. Could be overridden if you want to.