Skip to content

Commit 1117167

Browse files
authored
chore(profiling): remove deprecated profiling-summary-redesign flag registration (#102126)
See #101779.
1 parent 795ce26 commit 1117167

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
329329
manager.add("organizations:profiling-global-suspect-functions", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
330330
# Enable function trends widgets in profiling
331331
manager.add("organizations:profiling-function-trends", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
332-
# Enable profiling summary redesign view
333-
manager.add("organizations:profiling-summary-redesign", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
334332
manager.add("organizations:project-templates", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
335333
# Enable the new Related Events feature
336334
manager.add("organizations:related-events", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)

0 commit comments

Comments
 (0)