doc alert_to_webhook_url

This commit is contained in:
Ishaan Jaff 2024-07-23 11:04:15 -07:00
parent aba600a892
commit b137207ae6

View file

@ -188,6 +188,7 @@ class ProxyLogging:
"new_model_added",
"outage_alerts",
]
self.alert_to_webhook_url: Optional[dict] = None
self.slack_alerting_instance: SlackAlerting = SlackAlerting(
alerting_threshold=self.alerting_threshold,
alerting=self.alerting,