-
Notifications
You must be signed in to change notification settings - Fork 173
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
ODM Mongo support #886
Comments
Are you talking about adding tracing support for https://github.com/doctrine/DoctrineMongoDBBundle? |
Yes |
I have spent a few hours on trying to get the query data from MongoDB to Sentry now. According to the Queries documentation that should be possible:
Errors and performance reports are coming to my Sentry without problems, but I am not getting any query data. Am I missing a config or is the documentation wrong? |
We'll update this page to distinguish between SQL and NoSQL DBs. The Symfony SDK today does not support MongoDB. |
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
The text was updated successfully, but these errors were encountered: