feat(core): Add the node version to telemetry in node_graph_string (#7449)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Michael Kret
2023-11-02 15:18:41 +02:00
committed by GitHub
parent 1c77d6597f
commit 59dc36abd9
2 changed files with 2 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ export function generateNodesGraph(
const nodeItem: INodeGraphItem = {
id: node.id,
type: node.type,
version: node.typeVersion,
position: node.position,
};