Skip to content

Commit 6920f5f

Browse files
authored
chore(replay): Feature flag for replay web vitals (#72951)
To be used in #72949
1 parent 7b264ef commit 6920f5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

+2
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ def register_temporary_features(manager: FeatureManager):
378378
manager.add("organizations:session-replay-slack-new-issue", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
379379
# Enable core Session Replay link in the sidebar
380380
manager.add("organizations:session-replay-ui", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, default=True)
381+
# Enable replay web vital breadcrumbs
382+
manager.add("organizations:session-replay-web-vitals", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, default=False)
381383
# Lets organizations manage grouping configs
382384
manager.add("organizations:set-grouping-config", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
383385
# Enable the UI for updated terms of service

0 commit comments

Comments
 (0)