Skip to content

Commit 127af38

Browse files
committed
feat(sentry): add coroutine tracing configuration option
1 parent 1c5e647 commit 127af38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/publish/sentry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
'amqp' => env('SENTRY_TRACING_ENABLE_AMQP', true),
137137
'async_queue' => env('SENTRY_TRACING_ENABLE_ASYNC_QUEUE', true),
138138
'command' => env('SENTRY_TRACING_ENABLE_COMMAND', true),
139+
'coroutine' => env('SENTRY_TRACING_ENABLE_COROUTINE', true),
139140
'crontab' => env('SENTRY_TRACING_ENABLE_CRONTAB', true),
140141
'kafka' => env('SENTRY_TRACING_ENABLE_KAFKA', true),
141142
'missing_routes' => env('SENTRY_TRACING_ENABLE_MISSING_ROUTES', true),

0 commit comments

Comments
 (0)