updated sentry config

This commit is contained in:
Denis Duliçi 2023-02-03 01:39:26 +03:00
parent 7e034340d0
commit 033d4f3a66

View File

@ -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),