Tag incidents with categories for summaries
This commit is contained in:
@@ -70,6 +70,6 @@ async def notify(
|
||||
except Exception:
|
||||
pass
|
||||
try:
|
||||
log_incident(cfg, text)
|
||||
log_incident(cfg, text, category=category)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user