Download the PHP package michielroos/bugsnag without Composer
On this page you can find all versions of the php package michielroos/bugsnag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download michielroos/bugsnag
More information about michielroos/bugsnag
Files in michielroos/bugsnag
Package bugsnag
Short Description Bugsnag exception handler
License GPL-2.0-or-later
Informations about the package bugsnag
Bugsnag Exception Handlers for TYPO3 CMS
Requires TYPO3 13 or 14.
Integrates Bugsnag error monitoring into TYPO3 CMS by routing exceptions to the Bugsnag platform.
Originally created and maintained by Michiel Roos — thank you for the great work!
Configuration
General exceptions
Configure the Bugsnag API key in the TYPO3 extension configuration screen, or provide it via environment variable:
Set the exception handlers either via the Install Tool or in AdditionalConfiguration.php:
Exceptions thrown by content elements
The content exception handler can be specified in TypoScript. Exceptions that occur during rendering of content objects (typically plugins) are caught by default in production context and a configurable error message is shown in place of the failing element — keeping the rest of the page intact.
Bugsnag Performance (Site Set)
This extension ships a Site Set (GeorgRinger/bugsnag) that enables Bugsnag Performance Monitoring via a browser module script.
Add the set as a dependency in your site's Set configuration and provide the following settings — either directly or via environment variable:
| Setting | Description | Default |
|---|---|---|
bugsnag.apiKey |
Bugsnag API key (overrides extension configuration) | (empty) |
bugsnag.path |
URL to the Bugsnag Performance JS bundle | //d2wy8f7a9ursnm.cloudfront.net/v1/bugsnag-performance.min.js |
In config/sites/{site}/settings.yaml:
The performance script is only rendered when bugsnag.apiKey is set.
Issues
Please report issues you find.