Airbrake.GenServer (airbrake_client v2.2.0)

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

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.