oxcom/symfony-rollbar-bundle
最新稳定版本:v2.3.0
Composer 安装命令:
composer require oxcom/symfony-rollbar-bundle
包简介
Bundle for Symfony that integrates Rollbar tracker
README 文档
README
Bundle for Symfony Framework (2.8.x, 3.x, 4.x) that integrates Rollbar tracker
Find more documentation here
Install
- Add bundle as dependency
$ composer require oxcom/symfony-rollbar-bundle
- Provide configuration for it
symfony_rollbar: enable: true exclude: - \AppBundle\Exceptions\MyAwesomeException rollbar: access_token: 'some-secret-token-here' rollbar_js: access_token: 'some-public-token-here'
- Load bundle for 4.x:
\SymfonyRollbarBundle\SymfonyRollbarBundle::class => ['all' => true]
or for 2.8.x and 3.x$bundles = [ // ... new \SymfonyRollbarBundle\SymfonyRollbarBundle(), // ... ];
Bugs and Issues
Please, if You found a bug or something, that is not working properly, contact me and tell what's wrong. It's nice to have an example how to reproduce a bug, or any idea how to fix it in Your request. I'll take care about it ASAP.
统计信息
- 总下载量: 95.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-08