What's Changed
Upgrade guide
Add the ConsoleInstrumentation to the config instrumentation array:
Instrumentation\ConsoleInstrumentation::class => [
'enabled' => env('OTEL_INSTRUMENTATION_CONSOLE', true),
'excluded' => [],
],Full Changelog: 1.7.0...1.8.0