Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed Sep 13, 2023
1 parent bdf45c6 commit 5482682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ to send us a crate of beer and we will make a new TER release.
if (TYPO3\CMS\Core\Core\Environment::getContext()->isProduction()) {
// Register exception handler
$GLOBALS['TYPO3_CONF_VARS']['SYS']['productionExceptionHandler'] = Networkteam\SentryClient\ProductionExceptionHandler::class;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['debugExceptionHandler'] = Networkteam\SentryClient\ProductionExceptionHandler::class;
// Forward log messages to Sentry
$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
\TYPO3\CMS\Core\Log\LogLevel::ERROR => [
Expand Down

0 comments on commit 5482682

Please sign in to comment.