Skip to content

Commit fbe8d91

Browse files
Merge branch 'crl/register-task' into crl/task-with-export
2 parents b2c4c40 + d36848b commit fbe8d91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/sentry_apps/tasks/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
regenerate_service_hooks_for_installation,
99
send_alert_webhook,
1010
send_alert_webhook_v2,
11+
send_metric_alert_webhook,
1112
send_resource_change_webhook,
1213
workflow_notification,
1314
)
@@ -26,4 +27,5 @@
2627
"send_alert_webhook_v2",
2728
"send_resource_change_webhook",
2829
"workflow_notification",
30+
"send_metric_alert_webhook",
2931
)

0 commit comments

Comments
 (0)