webchemistry/rollbar
Composer 安装命令:
composer require webchemistry/rollbar
包简介
Rollbar integration for Nette framework
README 文档
README
Instalation
composer require webchemistry/rollbar
Neon:
extensions: rollbar: WebChemistry\RollBar\DI\Extension rollbar: accessToken: xxx
First use
class BasePresenter extends Presenter { /** @var WebChemistry\RollBar\RollBar @inject */ public $rollbar; public function startup() { parent::startup(); $this->rollbar->sendTest(); // After first use remove } }
Config
rollback: accessToken: xxx logging: no enable: %productionMode% config: # For Rollback::init included_errno: -1
统计信息
- 总下载量: 469
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-01-23