Skip to content

Commit 185f5ff

Browse files
authored
chore(data-consent): Rename prompt activity feature (#67811)
this pr renames the prompt activity feature to be more specific, hasn't been used anywhere so it won't have an impact.
1 parent 5773dab commit 185f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/utils/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"metric_alert_ignore_archived_issues": {"required_fields": ["organization_id", "project_id"]},
1919
"issue_priority": {"required_fields": ["organization_id"]},
2020
"data_consent_banner": {"required_fields": ["organization_id"]},
21-
"data_consent_feature_specific": {"required_fields": ["organization_id"]},
21+
"data_consent_priority": {"required_fields": ["organization_id"]},
2222
}
2323

2424

0 commit comments

Comments
 (0)