Skip to content

Commit 9df4ea2

Browse files
committed
chore(flags): Remove unused organizations:performance-queries-mongodb-extraction feature flag (#112747)
This flag isn't read by relay anymore and isn't used anywhere else, so just removing. <!-- Describe your PR here. -->
1 parent 3cf835a commit 9df4ea2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
226226
manager.add("organizations:performance-issues-spans", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, default=False, api_expose=False)
227227
# Re-enable histograms for Metrics Enhanced Performance Views
228228
manager.add("organizations:performance-mep-reintroduce-histograms", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
229-
# Enable MongoDB support for the Queries module
230-
manager.add("organizations:performance-queries-mongodb-extraction", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
231229
# Enable removing the fallback for metrics compatibility
232230
manager.add("organizations:performance-remove-metrics-compatibility-fallback", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
233231
# Enable AI and MCP module dashboards on dashboards platform

src/sentry/relay/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
EXPOSABLE_FEATURES = [
5454
"organizations:continuous-profiling",
5555
"organizations:device-class-synthesis",
56-
"organizations:performance-queries-mongodb-extraction",
5756
"organizations:profiling",
5857
"organizations:session-replay-recording-scrubbing",
5958
"organizations:session-replay-video-disabled",

0 commit comments

Comments
 (0)