mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore: Add telemetry on structured output errors (no-changelog) (#16389)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user