Skip to content

Commit

Permalink
feat(insights): Add flag for handling standalone lcp and cls spans (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardgou-sentry authored Jan 6, 2025
1 parent 06f13c4 commit e2e8090
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2e8090

Please sign in to comment.