From 033d4f3a66d84bfab404c5eb6471bf679fc21cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 3 Feb 2023 01:39:26 +0300 Subject: [PATCH] updated `sentry` config --- config/sentry.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/sentry.php b/config/sentry.php index ec62430a6..2ed173df5 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -43,6 +43,9 @@ return [ // Capture views as spans 'views' => env('SENTRY_TRACE_VIEWS', true), + // Capture HTTP client requests as spans + 'http_client_requests' => env('SENTRY_TRACE_HTTP_CLIENT_REQUESTS', true), + // Indicates if the tracing integrations supplied by Sentry should be loaded 'default_integrations' => env('SENTRY_TRACE_DEFAULT_INTEGRATIONS', true),