Open
Description
- Laravel-mongodb Version: 5.1.0
- PHP Version: 8.2.x
- Database Driver & Version:
Description:
Steps to reproduce
- Listen to QueryExecuted
- Log the executed query
Expected behaviour
MongoDB driver should dispatch the QueryExecuted event when there's query executions
Actual behaviour
No query executed event dispatched
I'm using open-telemetry laravel auto instrumentation, and I noticed that the mongodb query not logged after I upgrade the driver version from 4.x to 5.1