Skip to content

Commit dd12f3c

Browse files
authored
feat(aci): Register workflow engine onboarding banner prompt (#112615)
1 parent 3445a4a commit dd12f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/utils/prompts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class _PromptConfig(TypedDict):
2424
"seer_autofix_setup_acknowledged": {"required_fields": ["organization_id"]},
2525
"stacktrace_link": {"required_fields": ["organization_id", "project_id"]},
2626
"user_snooze_deprecation": {"required_fields": ["organization_id", "project_id"]},
27+
"workflow_engine_onboarding_banner": {"required_fields": ["organization_id"]},
2728
}
2829

2930

0 commit comments

Comments
 (0)