Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
255 stars 46 forks source link

TracingRequestListener - nonexistent service #106

Closed Glorian closed 1 year ago

Glorian commented 1 year ago

Hi, encountered an issue with PR #67.

If the configuration parameter tracing.enable = false, then the container cannot be built because of this error:

 The service "Baldinof\RoadRunnerBundle\Integration\Sentry\SentryTracingRequestListenerDecorator" has a dependency on a non-existent service "Sentry\SentryBundle\EventListener\TracingRequestListener".

SentryExtension does not build TracingRequestListener service if this option is disabled.

Baldinof commented 1 year ago

Hello @Glorian!

Thanks for reporting, can you try #107 to validate it's working for you?

Glorian commented 1 year ago

Hi @Baldinof! Yes, everything is working perfectly now! Thanks

Baldinof commented 1 year ago

Alright, it's released with v2.3.2.

iborysenko commented 1 year ago

Thanks @Baldinof for these fix