1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-29 11:26:09 +01:00

Restore rollbar test suite

This commit is contained in:
Jordi Boggiano
2024-11-11 10:02:18 +01:00
parent 55a7b339f2
commit 7b5a792204
4 changed files with 3 additions and 12 deletions

View File

@@ -99,7 +99,6 @@ class RollbarHandler extends AbstractProcessingHandler
$toLog = $record->message;
}
// @phpstan-ignore-next-line
$this->rollbarLogger->log($context['level'], $toLog, $context);
$this->hasRecords = true;