webchemistry / rollbar
Rollbar integration for Nette framework
Installs: 469
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/webchemistry/rollbar
Requires
- php: >= 5.5
- rollbar/rollbar: ~0.15
Requires (Dev)
- nette/application: ^2.4
- nette/di: ^2.4
This package is auto-updated.
Last update: 2025-09-09 00:08:27 UTC
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