github keepsuit/laravel-opentelemetry 1.8.0
v1.8.0

latest releases: 1.13.0, 1.12.0, 1.11.0...
4 months ago

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

Don't miss a new laravel-opentelemetry release

NewReleases is sending notifications on new releases.