You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted to call an undefined method named "pgsqlGetNotify" of class "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingServerInfoAwareDriverConnection" #626
Which SDK and version?
doctrine/dbal 2.13.8
sentry/sentry-symfony 4.2.9
symfony/messenger 5.4.8
symfony/doctrine-messenger 5.4.8
Steps to Reproduce
Run Symfony Messenger with the bin/console messenger:consume command to consume messages from PostgreSQL.
Expected Result
It works, consuming messages...
Actual Result
In PostgreSqlConnection.php line 82:
Attempted to call an undefined method named "pgsqlGetNotify" of class "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingServerInfoAwareDriverConnection".