diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 6e1b17551f3c65..23edb2fb5a0e57 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -424,12 +424,6 @@ def register_temporary_features(manager: FeatureManager): manager.add("organizations:insights-initial-modules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True) # Enable access to newer Insights modules (Caches, Queues, LLMs, Mobile UI) manager.add("organizations:insights-addon-modules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True) - # Use static web vital performance scoring weights - manager.add("organizations:insights-browser-webvitals-static-weights", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) - # Sets all web vitals to optional when calculating performance scores - manager.add("organizations:insights-browser-webvitals-optional-components", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) - # 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, api_expose=False) # Enable standalone span ingestion manager.add("organizations:standalone-span-ingestion", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False) # Enable the aggregate span waterfall view