practo/sentry-bundle
最新稳定版本:v2.2
Composer 安装命令:
composer require practo/sentry-bundle
包简介
A fork for Kunstmaan sentry bundle. Minor modification and improvements. 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 s
关键字:
README 文档
README
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 (Optional)
Add these lines into 'config.yml'
kunstmaan_sentry:
environments: ['prod', 'stage', 'my_optional_env']
统计信息
- 总下载量: 13.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-21