Skip to content

Commit 1fb08a4

Browse files
edwardgou-sentrybillyvg
authored andcommitted
feat(insights): Adds flag for web vitals perf issue linking (#93424)
Adds flag to enable web vitals to perf issue linking
1 parent 80bb760 commit 1fb08a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def register_temporary_features(manager: FeatureManager):
270270
manager.add("organizations:performance-use-metrics", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
271271
# Enable standalone cls and lcp in the web vitals module
272272
manager.add("organizations:performance-vitals-standalone-cls-lcp", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
273+
# Enable Web Vital links to Performance Issues
274+
manager.add("organizations:performance-web-vitals-issues", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
273275
# Enable default explore queries in the new side nav
274276
manager.add("organizations:performance-default-explore-queries", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
275277
# Enable suspect attributes feature

0 commit comments

Comments
 (0)