From 1dba26e46e8ccdff079965b3af4bb30283482a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Sat, 18 Mar 2023 01:23:57 +0300 Subject: [PATCH] sentry config --- config/sentry.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/sentry.php b/config/sentry.php index fa6657b53..d6e49e1c9 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -31,6 +31,9 @@ return [ // Capture command information in breadcrumbs 'command_info' => env('SENTRY_BREADCRUMBS_COMMAND_INFO', true), + + // Capture HTTP client requests information in breadcrumbs + 'http_client_requests' => env('SENTRY_BREADCRUMBS_HTTP_CLIENT_REQUESTS', true), ], 'tracing' => [