feat: Add more AI node info to telemetry (#8827)
This commit is contained in:
@@ -1083,6 +1083,7 @@ export default defineComponent({
|
||||
TelemetryHelpers.generateNodesGraph(
|
||||
workflowData as IWorkflowBase,
|
||||
this.workflowHelpers.getNodeTypes(),
|
||||
{ isCloudDeployment: this.settingsStore.isCloudDeployment },
|
||||
).nodeGraph,
|
||||
),
|
||||
};
|
||||
@@ -1991,6 +1992,7 @@ export default defineComponent({
|
||||
TelemetryHelpers.generateNodesGraph(
|
||||
workflowData as IWorkflowBase,
|
||||
this.workflowHelpers.getNodeTypes(),
|
||||
{ isCloudDeployment: this.settingsStore.isCloudDeployment },
|
||||
).nodeGraph,
|
||||
),
|
||||
};
|
||||
@@ -2147,6 +2149,7 @@ export default defineComponent({
|
||||
workflowData.meta && workflowData.meta.instanceId !== currInstanceId
|
||||
? workflowData.meta.instanceId
|
||||
: '',
|
||||
isCloudDeployment: this.settingsStore.isCloudDeployment,
|
||||
},
|
||||
).nodeGraph,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user