Bugsnag Exception Handlers for TYPO3 CMS ======================================== Bugsnag exception handlers, send exceptions to bugsnag Configuration ------------- Configure the `Bugsnag API key `__ in the TYPO3 extension configuration screen or make it availabe in your environment as ``BUGSNAG_API_KEY``. Set the exceptionhandlers to use the Bugsnag exception handlers either using the install tool or by specifying them in ``AdditionalConfiguration.php``. .. code:: php `__.