sentry config
This commit is contained in:
parent
f883c3b119
commit
1dba26e46e
@ -31,6 +31,9 @@ return [
|
|||||||
|
|
||||||
// Capture command information in breadcrumbs
|
// Capture command information in breadcrumbs
|
||||||
'command_info' => env('SENTRY_BREADCRUMBS_COMMAND_INFO', true),
|
'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' => [
|
'tracing' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user