You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
All configuration necessary to activate PHP error and exception logging with Sentry is in ext_localconf.php. Yet still, it's necessary to add those values to LocalConfiguration.php to make the extension work, as described in the README.
It can be shown that the values from ext_localconf.php are indeed loaded successfully and active before an exception occurs. Yet still, the values in LocalConfiguration.php take precedence even though AdditionalConfiguration.php and ext_localconf.php are loaded afterwards, overwriting the handler values in the global array. This seems to be a mannerism (a shortcoming?) of TYPO3, and has been discussed on the TYPO3 #cig-deployment Slack channel.
All configuration necessary to activate PHP error and exception logging with Sentry is in ext_localconf.php. Yet still, it's necessary to add those values to
LocalConfiguration.phpto make the extension work, as described in the README.It can be shown that the values from
ext_localconf.phpare indeed loaded successfully and active before an exception occurs. Yet still, the values inLocalConfiguration.phptake precedence even thoughAdditionalConfiguration.phpandext_localconf.phpare loaded afterwards, overwriting the handler values in the global array. This seems to be a mannerism (a shortcoming?) of TYPO3, and has been discussed on the TYPO3#cig-deploymentSlack channel.Be Inspired By Helmut
Jigal von Hemert (on Slack) suggests to take a look at Helmut Hummel's TYPO3-Distribution, which also has its own exception handlers.