From 325f602a6db62821e029353c5692a970151aa468 Mon Sep 17 00:00:00 2001 From: Edward Gou Date: Thu, 18 Jul 2024 10:34:40 -0700 Subject: [PATCH] deletes unused flags --- src/sentry/features/temporary.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index bd745bd0b9eb07..264112a6338b12 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -413,12 +413,6 @@ def register_temporary_features(manager: FeatureManager): manager.add("organizations:insights-initial-modules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL) # Enable access to newer Insights modules (Caches, Queues, LLMs, Mobile UI) manager.add("organizations:insights-addon-modules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL) - # Use static web vital performance scoring weights - manager.add("organizations:insights-browser-webvitals-static-weights", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE) - # Sets all web vitals to optional when calculating performance scores - manager.add("organizations:insights-browser-webvitals-optional-components", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE) - # Add default browser performance score profile for fallback when no or unknown browser name is provided - manager.add("organizations:insights-default-performance-score-profiles", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE) # Enable standalone span ingestion manager.add("organizations:standalone-span-ingestion", OrganizationFeature, FeatureHandlerStrategy.INTERNAL) # Enable the aggregate span waterfall view