igorpadovan/cakephp-airbrake

A CakePHP plugin to use Airbrake for errors and exceptions.

dev-master 2018-02-06 13:19 UTC

This package is not auto-updated.

Last update: 2024-05-04 14:39:17 UTC


README

A CakePHP plugin to use Airbrake for errors and exceptions.

Installation via Composer

composer require igorpadovan/cakephp-airbrake

app/Config/bootstrap.php

Configure::write('AirbrakeCake.apiKey', '<API KEY>');
CakePlugin::load('AirbrakeCake', array(
	'bootstrap' => true
));