We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3445a4a commit dd12f3cCopy full SHA for dd12f3c
src/sentry/utils/prompts.py
@@ -24,6 +24,7 @@ class _PromptConfig(TypedDict):
24
"seer_autofix_setup_acknowledged": {"required_fields": ["organization_id"]},
25
"stacktrace_link": {"required_fields": ["organization_id", "project_id"]},
26
"user_snooze_deprecation": {"required_fields": ["organization_id", "project_id"]},
27
+ "workflow_engine_onboarding_banner": {"required_fields": ["organization_id"]},
28
}
29
30
0 commit comments