webchemistry/rollbar

There is no license information available for the latest version (1.1) of this package.

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

1.1 2018-04-05 09:21 UTC

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