# 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 ### 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`: ```php