Skip to content

Commit

Permalink
fix(insights): Webvitals flag set api_expose to true (#82833)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardgou-sentry authored Jan 2, 2025
1 parent 3e4778a commit 7727765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def register_temporary_features(manager: FeatureManager):
# Enable showing INP web vital in default views
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=False)
manager.add("organizations:performance-vitals-handle-missing-webvitals", 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 7727765

Please sign in to comment.