Download the PHP package kunstmaan/sentry-bundle without Composer
On this page you can find all versions of the php package kunstmaan/sentry-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kunstmaan/sentry-bundle
More information about kunstmaan/sentry-bundle
Files in kunstmaan/sentry-bundle
Package sentry-bundle
Short Description 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 MIT
Homepage https://github.com/Kunstmaan/KunstmaanSentryBundle
Informations about the package sentry-bundle
IMPORTANT: We recommend that you no longer use this bundle. Since it's inception Monolog has gotten built in Sentry support. See https://github.com/KunstmaanLegacy/KunstmaanSentryBundle/issues/18 and https://github.com/Seldaek/monolog/pull/76/files
SentryBundle for Symfony2
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:
Add the KunstmaanSentryBundle to your AppKernel.php file:
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) :
Note that Sentry logging is disabled by default.
All versions of sentry-bundle with dependencies
symfony/framework-bundle Version >=2.1,<2.5.0
raven/raven Version 0.7.*