Skip to content

Commit f0951b8

Browse files
michellewzhangMichaelSun48
authored andcommitted
chore(replay/issues): add issue_replay_inline_onboarding to prompts config (#69513)
- Relates to #69207 - Will be used to update the dismiss mechanism of the issue details replay inline onboarding banner - Added `project_id` as a required field since we want to store the dismissal across project <img width="863" alt="SCR-20240423-jmxe" src="https://github.com/getsentry/sentry/assets/56095982/a9e1efc3-3325-4669-9a9b-d44dda66fcda">
1 parent 23125d6 commit f0951b8

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
@@ -19,6 +19,7 @@
1919
"issue_priority": {"required_fields": ["organization_id"]},
2020
"data_consent_banner": {"required_fields": ["organization_id"]},
2121
"data_consent_priority": {"required_fields": ["organization_id"]},
22+
"issue_replay_inline_onboarding": {"required_fields": ["organization_id", "project_id"]},
2223
}
2324

2425

0 commit comments

Comments
 (0)