Skip to content

Commit 044e180

Browse files
authored
feat(workflow): Remove duplicate-alert-rule flag (#37489)
1 parent 3379e6e commit 044e180

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/sentry/conf/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,6 @@ def create_partitioned_queues(name):
973973
"organizations:performance-frontend-use-events-endpoint": True,
974974
# Enables events endpoint rate limit
975975
"organizations:discover-events-rate-limit": False,
976-
# Enable duplicating alert rules.
977-
"organizations:duplicate-alert-rule": True,
978976
# Enable attaching arbitrary files to events.
979977
"organizations:event-attachments": True,
980978
# Allow organizations to configure all symbol sources.

src/sentry/features/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"organizations:performance-frontend-use-events-endpoint", OrganizationFeature, True
8181
)
8282
default_manager.add("organizations:discover-events-rate-limit", OrganizationFeature, True)
83-
default_manager.add("organizations:duplicate-alert-rule", OrganizationFeature, True)
8483
default_manager.add("organizations:enterprise-perf", OrganizationFeature)
8584
default_manager.add("organizations:grouping-stacktrace-ui", OrganizationFeature, True)
8685
default_manager.add("organizations:grouping-title-ui", OrganizationFeature, True)

tests/sentry/api/serializers/test_organization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def test_simple(self):
3636
"dashboards-edit",
3737
"discover-basic",
3838
"discover-query",
39-
"duplicate-alert-rule",
4039
"event-attachments",
4140
"integrations-alert-rule",
4241
"integrations-chat-unfurl",

0 commit comments

Comments
 (0)