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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user