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.
SendTestNotification
1 parent 71f3a19 commit 9365812Copy full SHA for 9365812
src/sentry/notifications/notification_action/__init__.py
@@ -1,6 +1,5 @@
1
__all__ = [
2
"IssueAlertRegistryHandler",
3
- "SlackIssueAlertHandler",
4
"MetricAlertRegistryHandler",
5
"AzureDevopsIssueAlertHandler",
6
"DiscordIssueAlertHandler",
@@ -25,6 +24,7 @@
25
24
"PluginActionHandler",
26
"WebhookActionHandler",
27
"SentryAppActionHandler",
+ "SendTestNotification",
28
]
29
30
from .action_handler_registry import (
@@ -33,6 +33,7 @@
33
WebhookActionHandler,
34
)
35
from .group_type_notification_registry import IssueAlertRegistryHandler, MetricAlertRegistryHandler
36
+from .grouptype import SendTestNotification
37
from .issue_alert_registry import (
38
AzureDevopsIssueAlertHandler,
39
DiscordIssueAlertHandler,
0 commit comments