Skip to content

Commit 2edc200

Browse files
authored
chore(priority-alerts): Register options for priority alerts (#67258)
1 parent e017790 commit 2edc200

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/sentry/options/defaults.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,20 @@
702702
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
703703
)
704704

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+
register(
713+
"issues.severity.default-high-priority-alerts-orgs-allowlist",
714+
type=Sequence,
715+
default=[],
716+
flags=FLAG_ALLOW_EMPTY | FLAG_AUTOMATOR_MODIFIABLE,
717+
)
718+
705719
register(
706720
"issues.priority.projects-allowlist",
707721
type=Sequence,

0 commit comments

Comments
 (0)