Edi Firmansyah
Edi Firmansyah
Hi @ChrisLightfootWild So I add opentelemetry to my existing laravel application using automatic instrumentation and [zero code configuration](https://opentelemetry.io/docs/languages/php/automatic/#zero-code-configuration-for-automatic-instrumentation) I use [laravel instrument libraries](https://packagist.org/packages/open-telemetry/opentelemetry-auto-laravel) and [zipkin exporter](https://packagist.org/packages/open-telemetry/exporter-zipkin) as tracer exporter My...
Hi @ChrisLightfootWild I think there are 2 problems I found 1. automatic span only working when using `php artisan serve` command 2. and its only working in laravel 10.x I've...