instrumentation-bundle
instrumentation-bundle copied to clipboard
feat: use NoopTracerProvider if Sdk is disabled
OpenTelemetry already use Sdk::isDisabled()
to use NoopTracerProvider
if env OTEL_SDK_DISABLED
is set to true.
Like this, we can add this env on phpunit.xml
file