Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: post hook invalid when symfony messenger sender throws exception #267

Merged
merged 2 commits into from
May 25, 2024

Commits on May 23, 2024

  1. fix: post hook invalid when symfony messenger sender throws exception

    I still need to validate that this solves the problem but looking at the code this is the only thing that makes sense to me to solve it.
    
    ```
    Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransport::send(): OpenTelemetry: post hook invalid signature, class=Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransport function=send
    ```
    nesl247 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3aad38c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. test: add test

    nesl247 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dea010e View commit details
    Browse the repository at this point in the history