Home

Awesome

Description

Report Chef exceptions to Airbrake using the airbrake_handler gem.

This cookbook uses the chef_gem resource added in Chef 0.10.10. If you are using an earlier version of Chef, then you can install the chef_gem cookbook which backports this functionality.

Attributes

Any additional airbrake_handler attributes will be passed directly into the AirbrakeHandler class.

Usage

Add recipe[airbrake_handler] to your run list and set the airbrake_handler/api_key attribute.

run_list("recipe[airbrake_handler]")
default_attributes("airbrake_handler" => { "api_key" => "your-airbrake-api-key" })