diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 8d3dca153d29fa..616489299c57e8 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -228,8 +228,6 @@ def register_temporary_features(manager: FeatureManager) -> None: manager.add("organizations:performance-mep-bannerless-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Re-enable histograms for Metrics Enhanced Performance Views manager.add("organizations:performance-mep-reintroduce-histograms", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) - # Enable MongoDB support for the Queries module - manager.add("organizations:performance-queries-mongodb-extraction", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable removing the fallback for metrics compatibility manager.add("organizations:performance-remove-metrics-compatibility-fallback", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable AI and MCP module dashboards on dashboards platform diff --git a/src/sentry/relay/config/__init__.py b/src/sentry/relay/config/__init__.py index 49c3ed63ba77cd..7e0517d9e115e4 100644 --- a/src/sentry/relay/config/__init__.py +++ b/src/sentry/relay/config/__init__.py @@ -57,7 +57,6 @@ EXPOSABLE_FEATURES = [ "organizations:continuous-profiling", "organizations:device-class-synthesis", - "organizations:performance-queries-mongodb-extraction", "organizations:profiling", "organizations:session-replay-recording-scrubbing", "organizations:session-replay-video-disabled",