diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index a52c1d399a196c..9b04d9c9a50b6e 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -101,8 +101,6 @@ def register_temporary_features(manager: FeatureManager) -> None: manager.add("organizations:dynamic-sampling-minimum-sample-rate", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable explore -> errors ui manager.add("organizations:explore-errors", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) - # Enable removing the schema hints section to declutter the explore UI - manager.add("organizations:explore-schema-hints-removal", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable returning the migrated discover queries in explore saved queries manager.add("organizations:expose-migrated-discover-queries", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable GenAI features such as Autofix and Issue Summary