From 4555a0f214dcc01cddc1e25c39f95d425635b225 Mon Sep 17 00:00:00 2001 From: Dan Fuller Date: Fri, 10 Apr 2026 15:01:01 -0700 Subject: [PATCH] chore(flags): Remove unused `organizations:performance-queries-mongodb-extraction` feature flag This flag isn't read by relay anymore and isn't used anywhere else, so just removing. --- src/sentry/features/temporary.py | 2 -- src/sentry/relay/config/__init__.py | 1 - 2 files changed, 3 deletions(-) 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",