Sem-Conv constant for Laravel removed, re-added, and removed again #1506
Labels
bug
Something isn't working
opentelemetry-php-contrib
This issue is related to the opentelemetry-php-contrib repository
Thanks for all your work on this package.
We're getting lots of these warnings spamming our logs with sem-conv
It looks like these constants were removed in 1.27, then added back in 1.27.1 because of this issue, then removed again 1.28.
My workaround for now is to
composer require open-telemetry/sem-conv:~1.27.1
but then we get a different warning (although much less of them)OpenTelemetry: [warning] Dropped span attributes, links or events in vendor/open-telemetry/sdk/Trace/Span.php(355)
Thanks!
Describe your environment
PHP 8.3
Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.
Then run a laravel job
What is the expected behavior?
No Warnings
What is the actual behavior?
Additional context
The text was updated successfully, but these errors were encountered: