Skip to content

Commit

Permalink
ref(grouping-title-ui): Remove title tree label feature flag (#76588)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Aug 28, 2024
1 parent 4e0dfdb commit eab73e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
"organizations:device-classification": "Enable device.class as a selectable column",
"organizations:gitlab-disable-on-broken": "Enable disabling gitlab integrations when broken is detected",
"organizations:grouping-stacktrace-ui": "Enable experimental new version of stacktrace component where additional data related to grouping is shown on each frame",
"organizations:grouping-title-ui": "Enable tweaks to group title in relation to hierarchical grouping.",
"organizations:mobile-cpu-memory-in-transactions": "Display CPU and memory metrics in transactions with profiles",
"organizations:performance-metrics-backed-transaction-summary": "Enable metrics-backed transaction summary view",
"organizations:performance-new-trends": "Enable new trends",
Expand Down
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:grouping-stacktrace-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable only calculating a secondary hash when needed
manager.add("organizations:grouping-suppress-unnecessary-secondary-hash", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable tweaks to group title in relation to hierarchical grouping.
manager.add("organizations:grouping-title-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Allows an org to have a larger set of project ownership rules per project
manager.add("organizations:higher-ownership-limit", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable increased issue_owners rate limit for auto-assignment
Expand Down

0 comments on commit eab73e8

Please sign in to comment.