diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index e8fa6c49faa8db..d30a7577475162 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -319,6 +319,8 @@ def register_temporary_features(manager: FeatureManager): manager.add("organizations:performance-vitals-inp", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enable handling missing webvitals in performance score manager.add("organizations:performance-vitals-handle-missing-webvitals", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) + # Enable handling standalone lcp and cls spans in performance + manager.add("organizations:performance-standalone-lcp-cls-spans", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Enable profiling manager.add("organizations:profiling", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True) # Enabled for those orgs who participated in the profiling Beta program