Skip to content

Commit

Permalink
chore(replay): Feature flag for replay web vitals (#72951)
Browse files Browse the repository at this point in the history
To be used in #72949
  • Loading branch information
c298lee committed Jun 18, 2024
1 parent 7b264ef commit 6920f5f
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 @@ -378,6 +378,8 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:session-replay-slack-new-issue", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
# Enable core Session Replay link in the sidebar
manager.add("organizations:session-replay-ui", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, default=True)
# Enable replay web vital breadcrumbs
manager.add("organizations:session-replay-web-vitals", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, default=False)
# Lets organizations manage grouping configs
manager.add("organizations:set-grouping-config", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
# Enable the UI for updated terms of service
Expand Down

0 comments on commit 6920f5f

Please sign in to comment.