getsentry / sentry-symfony

The official Symfony SDK for Sentry (sentry.io)
https://sentry.io
MIT License
695 stars 171 forks source link

ODM Mongo support #886

Open markitosgv opened 1 month ago

markitosgv commented 1 month ago

Problem Statement

It seems now sentry is starting to add support for mongodb queries:

"MongoDB support is currently available to Early Adopters. Early Adopter features are still in-progress and may have bugs. We recognize the irony."

Solution Brainstorm

Allow tracing mongodb queries

cleptric commented 1 month ago

Are you talking about adding tracing support for https://github.com/doctrine/DoctrineMongoDBBundle?

markitosgv commented 2 weeks ago

Yes