Airbrake Extended¶ ↑
Send instance variables from raised exceptions as parameters with Airbrake notifications.
Install¶ ↑
gem 'airbrake-extended'
Automatically patches DelayedJob jobs with its custom notifier.
Caveats¶ ↑
-
Currently only wraps exceptions raised within DelayedJob jobs.
-
Meant to be used in a Rails environment.
To-Do¶ ↑
-
Want to patch core Airbrake capture, so that parameters are sent with all errors, not just
Delayed
Job.
Made with ♥ by @jfeldstein.