updated `sentry` config
This commit is contained in:
parent
7e034340d0
commit
033d4f3a66
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue