From afb52a52f8a56a77421e5563620a7ee6ffdd6ebf Mon Sep 17 00:00:00 2001 From: Akaunting <64906316+AkauntingOfficial@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:46:03 +0000 Subject: [PATCH] sentry logs --- config/logging.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/logging.php b/config/logging.php index 784c0574e..fe12e70a0 100644 --- a/config/logging.php +++ b/config/logging.php @@ -150,6 +150,11 @@ return [ 'processors' => [PsrLogMessageProcessor::class], ], + 'sentry_logs' => [ + 'driver' => 'sentry_logs', + 'level' => env('LOG_LEVEL', 'debug'), + ], + ], ];