Skip to content

Commit

Permalink
ref(grouping-stacktrace-ui): Remove feature flag (#76595)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Aug 28, 2024
1 parent 6658357 commit eaceac4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
"organizations:anr-analyze-frames": "Enable anr frame analysis",
"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: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
3 changes: 0 additions & 3 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:escalating-metrics-backend", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable disabling gitlab integrations when broken is detected
manager.add("organizations:gitlab-disable-on-broken", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enable experimental new version of stacktrace component where additional
# data related to grouping is shown on each frame
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)
# Allows an org to have a larger set of project ownership rules per project
Expand Down

0 comments on commit eaceac4

Please sign in to comment.