Skip to content

The SentryBundle for Symfony2 helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.

License

Notifications You must be signed in to change notification settings

stepanbokoc/KunstmaanSentryBundle

 
 

Repository files navigation

SentryBundle for Symfony2

Build Status Total Downloads Latest Stable Version Analytics

This helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.

Important: This bundle is heavily inspired by Drew Butler's Airbrake bundle.

Installation requirements

You should be able to get Symfony 2.1 up and running before you can install the KunstmaanAdminBundle.

Installation instructions

Assuming you have installed composer.phar or composer binary:

$ composer require kunstmaan/sentry-bundle

Add the KunstmaanSentryBundle to your AppKernel.php file:

new Kunstmaan\SentryBundle\KunstmaanSentryBundle(),

Multiple environments support

To enable Sentry for a specific environment, add these lines to the config.yml file for the environment (ie. config_prod.yml) :

kunstmaan_sentry:
    enabled: true
    dsn: "http://nnn:[email protected]/1"

Note that Sentry logging is disabled by default.

About

The SentryBundle for Symfony2 helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%