Weslen Teche
Weslen Teche
### Overview: The OpenTelemetry Specification suggests a list of additional propagators that MAY be maintained and distributed as OpenTelemetry extension packages. ### Describe the solution you'd like Implement support for...
Hello everyone, I currently identified that the auto-instrumentation packages ([PSR-6](https://github.com/open-telemetry/opentelemetry-php-contrib/blob/main/src/Instrumentation/Psr6/src/Psr6Instrumentation.php#L32) and [Slim](https://github.com/open-telemetry/opentelemetry-php-contrib/blob/main/src/Instrumentation/Slim/src/SlimInstrumentation.php#L32)) incorporate the `schema_url` value with a fixed value, as shown in [this code](https://github.com/open-telemetry/opentelemetry-php-contrib/blob/main/src/Instrumentation/Psr6/src/Psr6Instrumentation.php#L32). However, the packages install the...
Added validation methods `prohibited`, `prohibited_if` and `prohibited_unless` to validation package.
Resolving https://github.com/open-telemetry/opentelemetry-php/issues/1609