tomaj/nette-rollbar
Composer 安装命令:
composer require tomaj/nette-rollbar
包简介
Rollbar composer notifier for Nette framework
README 文档
README
Rollbar composer notifier for Nette framework
Instalation
Install package via composer:
$ composer require tomaj/nette-rollbar:@dev
Add line to bootstrap.php for Rollbar initialization:
\Tomaj\Rollbar\RollbarDebugger::init($container, $container->parameters['rollbar']['sendErrors']);
And setup config on config.neon:
rollbar:
sendErrors: true
environment: production
access_token: --your access token--
You can specify all Rollbar configration via this config. See all configuration posibilities in Rollbar website: https://rollbar.com/tomaj/Najpes/docs/notifier/rollbar-php/ in Configuration Reference section.
todo
- Deployment notification
- Send info about logged user
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL
- 更新时间: 2014-05-17