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 e017790 commit 2edc200Copy full SHA for 2edc200
src/sentry/options/defaults.py
@@ -702,6 +702,20 @@
702
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
703
)
704
705
+register(
706
+ "issues.severity.first-event-severity-calculation-projects-allowlist",
707
+ type=Sequence,
708
+ default=[],
709
+ flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
710
+)
711
+
712
713
+ "issues.severity.default-high-priority-alerts-orgs-allowlist",
714
715
716
717
718
719
register(
720
"issues.priority.projects-allowlist",
721
type=Sequence,
0 commit comments