PHPackages                             georgringer/bugsnag - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. georgringer/bugsnag

ActiveTypo3-cms-extension[Logging &amp; Monitoring](/categories/logging)

georgringer/bugsnag
===================

Bugsnag exception handler

12.0(1y ago)2322↑56.3%1GPL-2.0-or-laterPHP

Since Nov 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/georgringer/bugsnag)[ Packagist](https://packagist.org/packages/georgringer/bugsnag)[ Fund](https://paypal.me/GeorgRinger/10)[ Fund](https://www.amazon.de/hz/wishlist/ls/8F573K08TSDG)[ RSS](/packages/georgringer-bugsnag/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (0)

Bugsnag Exception Handlers for TYPO3 CMS
========================================

[](#bugsnag-exception-handlers-for-typo3-cms)

**Requires TYPO3 13 or 14.**

Integrates [Bugsnag](https://www.bugsnag.com/) error monitoring into TYPO3 CMS by routing exceptions to the Bugsnag platform.

Originally created and maintained by [Michiel Roos](https://github.com/Tuurlijk) — thank you for the great work!

Configuration
-------------

[](#configuration)

### General exceptions

[](#general-exceptions)

Configure the [Bugsnag API key](https://app.bugsnag.com/) in the TYPO3 extension configuration screen, or provide it via environment variable:

```
BUGSNAG_API_KEY=your-api-key

```

Set the exception handlers either via the Install Tool or in `AdditionalConfiguration.php`:

```
