Airbrake.Channel (airbrake_client v2.2.0)
Reports errors encountered on a channel.
def YourApp.Web do
# ...
def channel do
quote do
use Phoenix.Channel
use Airbrake.Channel
# ...
end
end
# ...
end
See the README for configuration options.