1
0
Fork 0
mirror of synced 2024-06-12 15:54:47 +12:00

Re-enable experiment 4xx logging

This commit is contained in:
Matej Bačo 2024-04-26 17:05:24 +02:00
parent b144064ce9
commit c768adacdc

View file

@ -693,7 +693,6 @@ App::error()
$publish = $error->getCode() === 0 || $error->getCode() >= 500;
}
/*
if ($error->getCode() >= 400 && $error->getCode() < 500) {
// Register error logger
$providerName = App::getEnv('_APP_EXPERIMENT_LOGGING_PROVIDER', '');
@ -710,7 +709,6 @@ App::error()
$publish = true;
}
}
*/
if ($logger && $publish) {
try {