diff --git a/config/logging.php b/config/logging.php index 6aa77fe..0422a99 100644 --- a/config/logging.php +++ b/config/logging.php @@ -99,6 +99,11 @@ return [ 'emergency' => [ 'path' => storage_path('logs/laravel.log'), ], + 'sentry' => [ + 'driver' => 'sentry', + 'level' => 'debug', + 'bubble' => true, + ], ], ];