mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:10:43 +00:00
fix(lint): cover diagnostic phase events
This commit is contained in:
@@ -2222,6 +2222,8 @@ export function createDiagnosticsOtelService(): OpenClawPluginService {
|
||||
case "diagnostic.liveness.warning":
|
||||
recordLivenessWarning(evt);
|
||||
return;
|
||||
case "diagnostic.phase.completed":
|
||||
return;
|
||||
case "run.started":
|
||||
recordRunStarted(evt, metadata);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user