smichaelsen/airbrake

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

Installs: 576

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

2.0.0 2020-06-19 10:07 UTC

This package is auto-updated.

Last update: 2024-07-19 22:04:03 UTC


README

Logs PHP Exceptions to airbrake.io or alternative services that are API compliant to airbrake.io. At the moment only exceptions in ContentElement are handled. Other frontendexceptions and all backend exceptions are not supported (handled) yet.

Setup

Replace contentObjectExceptionHandler

After installing the extension, include its Static TypoScript Template and then configure your airbrake.io project ID and key in the TS Constant Editor.

Replace debugExceptionHandler

$GLOBALS['TYPO3_CONF_VARS']['SYS']['debugExceptionHandler'] = \Smichaelsen\Airbrake\ExceptionHandler\GeneralExceptionHandler::class;

Replace productionExceptionHandler

$GLOBALS['TYPO3_CONF_VARS']['SYS']['productionExceptionHandler'] = \Smichaelsen\Airbrake\ExceptionHandler\GeneralExceptionHandler::class;

TypoScript Reference

These options are available in plugin.tx_airbrake. All of them are also configurable via the constant editor. All of them have stdWrap enabled.

Other TypoScript

These settings are not introduced by EXT:airbrake but can be useful for you: