We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5e647 commit 127af38Copy full SHA for 127af38
src/sentry/publish/sentry.php
@@ -136,6 +136,7 @@
136
'amqp' => env('SENTRY_TRACING_ENABLE_AMQP', true),
137
'async_queue' => env('SENTRY_TRACING_ENABLE_ASYNC_QUEUE', true),
138
'command' => env('SENTRY_TRACING_ENABLE_COMMAND', true),
139
+ 'coroutine' => env('SENTRY_TRACING_ENABLE_COROUTINE', true),
140
'crontab' => env('SENTRY_TRACING_ENABLE_CRONTAB', true),
141
'kafka' => env('SENTRY_TRACING_ENABLE_KAFKA', true),
142
'missing_routes' => env('SENTRY_TRACING_ENABLE_MISSING_ROUTES', true),
0 commit comments