fix(logging): remove duplicate context diagnostic case

This commit is contained in:
Peter Steinberger
2026-04-25 19:35:16 +01:00
parent 2055e6ceba
commit cd8cb8254a

View File

@@ -185,12 +185,6 @@ function sanitizeDiagnosticEvent(event: DiagnosticEventPayload): DiagnosticStabi
record.costUsd = event.costUsd;
record.durationMs = event.durationMs;
break;
case "context.assembled":
record.channel = event.channel;
record.provider = event.provider;
record.model = event.model;
record.count = event.messageCount;
break;
case "webhook.received":
record.channel = event.channel;
break;