|
@@ -365,8 +365,8 @@ def register_temporary_features(manager: FeatureManager):
|
|
|
manager.add("organizations:scim-team-roles", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
|
|
|
# Enable detecting SDK crashes during event processing
|
|
|
manager.add("organizations:sdk-crash-detection", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
|
|
|
- # Enable priority alerts using the Seer calculations. This flag will move to a permanent flag before we release.
|
|
|
- manager.add("organizations:seer-based-priority", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
|
|
|
+ # Enable the GA features for priority alerts
|
|
|
+ manager.add("organizations:priority-ga-features", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
|
|
|
# Enable the Replay Details > Accessibility tab
|
|
|
manager.add("organizations:session-replay-a11y-tab", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
|
|
|
# Enable the accessibility issues endpoint
|