Integrates Rollbar with your Symfony2 application.
Require the staffim/rollbar-bundle
package in your composer.json and update your dependencies.
$ composer require staffim/rollbar-bundle:*
Add the StaffimRollbarBundle to your application's kernel:
public function registerBundles()
{
$bundles = array(
...
new Staffim\RollbarBundle\StaffimRollbarBundle(),
...
);
...
}
staffim_rollbar:
# Rollbar access token
access_token: ###
# PHP error level (see http://php.net/manual/en/function.error-reporting.php)
error_level: -1
# Values from scrub.parameters are replaced by the key for specified exceptions
scrub:
exceptions:
- PDOException
parameters:
key: %key%