Brett McBride
Brett McBride
Hi @ghostwriter thanks for working on this! It's still not happy, I've created a small reproduction here: https://github.com/brettmc/mockery-psalm My IDE at least is convinced that `shouldHaveReceived('method')` returns a `LegacyMockInterface` which...
Thanks for the bug report. Sorry I don't know the symfony auto-instrumentation very well. In your case, what type _is_ the `_controller` attribute? Perhaps a closure, or invokable?
If what you're observing is "pure" symfony (ie, the error controller and the key it uses in attributes is out-of-box functionality), then we should be able to add an integration...
> or if \Symfony\Component\HttpKernel\Controller\ErrorController should implement a __toString() function Do symfony controllers usually implement `Stringable`? If not, then I think let's just update this library to fix the issue from...
Worth mentioning and discussion, is that in this PR I've removed some methods etc related to event logger. [The spec](https://opentelemetry.io/docs/specs/otel/versioning-and-stability/#extending-apisdk-abstractions) really wants us to not ever make breaking changes to...
Hi @SergeyKleyman I'm pretty confident it's not being actively worked on, and you can take it up.
`2.x` should be protected, but I removed it whilst working on the branch because it was annoying me.
I don't have any specific experience with that setup, but if you are using the batch span processor (default and recommended) then the root span should be exported along with...
@smaddock great question. Do you mean this part of spec? > The SDK MUST extract information from the OTEL_RESOURCE_ATTRIBUTES environment variable and [merge](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.45.0/specification/resource/sdk.md#merge) this, as the secondary resource, with any...
I've updated the PR, splitting off a new ServiceInstance detector, and noting the spec deviation: - not used in default/`all` case - runs before detectors from registry Since the portion...