airbrake v0.5.2 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.

Summary

Functions

Implements a set of reporting rules based on process termination reason. Could be overridden if you want to

Functions

handle_terminate(reason, context)

Implements a set of reporting rules based on process termination reason. Could be overridden if you want to.