incompass/airbrake-bundle

Airbrake integration bundle for Symfony

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 12 248

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:symfony-bundle

0.0.2 2017-05-23 21:41 UTC

This package is auto-updated.

Last update: 2024-03-07 00:15:43 UTC


README

Build Status

Airbrake Bundle

This bundle integrates Symfony with Airbrake.

Installation

Composer

composer require incompass/airbrake-bundle

Symfony

Add the bundle to your AppKernel.

public function registerBundles()
   {
       $bundles = array(
           ...
           new Incompass\AirbrakeBundle\AirbrakeBundle(),
           ...
       );
   }

Add configuration values:

airbrake:
    project_id: %project_id%
    project_key: %project_key%
    ignored_exceptions: %ignored_exceptions%
    host: %airbrake_host%

Contributors

Joe Mizzi (casechek/incompass)

Attributions

This bundle was influenced by the following other Airbrake bundles: