Skip to content

Commit 56c185f

Browse files
committed
missed one
1 parent deda950 commit 56c185f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sentry/incidents/endpoints/organization_alert_rule_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,12 @@ def has_type(rule_type: str) -> bool:
521521
response[MAX_QUERY_SUBSCRIPTIONS_HEADER] = get_max_metric_alert_subscriptions(organization)
522522
return response
523523

524+
@track_alert_endpoint_execution("GET", "sentry-api-0-organization-combined-rules")
524525
@deprecated(
525526
ALERTS_API_DEPRECATION_DATE,
526527
suggested_api="sentry-api-0-organization-detector-index",
527528
key=ALERTS_API_DEPRECATION_KEY,
528529
)
529-
@track_alert_endpoint_execution("GET", "sentry-api-0-organization-combined-rules")
530530
def get(self, request: Request, organization: Organization) -> Response:
531531
"""
532532
Fetches metric, issue, crons, and uptime alert rules for an organization

0 commit comments

Comments
 (0)