From 9eaee50db25c69aa958b2ab6be64d4a5ccc72d7a Mon Sep 17 00:00:00 2001 From: Matt Quinn Date: Tue, 5 Nov 2024 10:11:32 -0500 Subject: [PATCH] docs(insights): Remove EA note from Queries re: MongoDB (#11735) MongoDB support in the Queries module has GA'd, so we can remove the early adopters note. --- docs/product/insights/queries.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/product/insights/queries.mdx b/docs/product/insights/queries.mdx index c0e0fa59e6e53..d7b92e4858e12 100644 --- a/docs/product/insights/queries.mdx +++ b/docs/product/insights/queries.mdx @@ -40,8 +40,6 @@ Query monitoring works best with up-to-date SDK versions. The following minimum Sentry tries to extract metrics for all SQL-like dialects, as well as MongoDB. Other NoSQL databases like Elasticsearch, graph databases like Neo4j, and other non-SQL database systems are not currently eligible for this feature. -MongoDB support is currently available to [Early Adopters](/organization/early-adopter-features/). Early Adopter features are still in-progress and may have bugs. We recognize the irony. - If you are using automatic instrumentation, query monitoring should work without any configuration. If you've manually instrumented Sentry, you'll need to make sure that your spans conform to our standards for the best experience: - The span `op` field is set to an [eligible value](https://develop.sentry.dev/sdk/performance/span-operations/#database).