chore: Add telemetry on structured output errors (no-changelog) (#16389)

This commit is contained in:
Eugene
2025-06-17 08:58:15 +02:00
committed by GitHub
parent 549a541219
commit a953218b9d
4 changed files with 477 additions and 1 deletions

View File

@@ -732,6 +732,11 @@ export class TelemetryEventRelay extends EventRelay {
eval_rows_left: null,
...TelemetryHelpers.resolveAIMetrics(workflow.nodes, this.nodeTypes),
...TelemetryHelpers.resolveVectorStoreMetrics(workflow.nodes, this.nodeTypes, runData),
...TelemetryHelpers.extractLastExecutedNodeStructuredOutputErrorInfo(
workflow,
this.nodeTypes,
runData,
),
};
if (!manualExecEventProperties.node_graph_string) {