Skip to content

Commit edca6e9

Browse files
committed
add new flag for insights use eap
1 parent 3f27833 commit edca6e9

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
@@ -450,6 +450,8 @@ def register_temporary_features(manager: FeatureManager):
450450
manager.add("organizations:insights-query-date-range-limit", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
451451
# Make Insights modules use EAP instead of metrics
452452
manager.add("organizations:insights-use-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
453+
# Make Insights modules use EAP instead of metrics, but for area's that are still WIP
454+
manager.add("organizations:insights-use-eap-wip", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
453455
# Enable access to insights metrics alerts
454456
manager.add("organizations:insights-alerts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
455457
# Enable Related Issues table in Insights modules

0 commit comments

Comments
 (0)