Clone the project into your li3 app/libraries directory
git clone git://github.com/gary-rafferty/li3_airbrake.git app/libraries/li3_airbrake
and then load it by adding the following to you app/config/bootstrap/libraries.php
<?php
Libraries::add('li3_airbrake', array('apikey' => '[AIRBRAKE-API-KEY]'));
?>
li3_airbrake should take care of the rest, and report any errors to Airbrake
- Filtering of errors
- Blacklisting of variables
- Testing
- Fork it
- Code it
- Pull (request) it