diff --git a/config/logging.php b/config/logging.php index 9453a2d..abffeee 100644 --- a/config/logging.php +++ b/config/logging.php @@ -96,6 +96,11 @@ return [ 'processors' => [PsrLogMessageProcessor::class], ], + 'sentry' => [ + 'driver' => 'sentry', + 'level' => env('LOG_LEVEL', 'error'), + ], + 'stderr' => [ 'driver' => 'monolog', 'level' => env('LOG_LEVEL', 'debug'),