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.
You should be able to get Symfony 2.1 up and running before you can install the KunstmaanAdminBundle.
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(),