From efc6264fdda08dfa9495141d4de3f37e1de5376b Mon Sep 17 00:00:00 2001 From: saeid Date: Mon, 13 Jun 2022 15:11:26 +0430 Subject: [PATCH] feat add sentry --- config/logging.php | 5 +++++ 1 file changed, 5 insertions(+) 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, + ], ], ];