mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Node version in the user added node to workflow canvas event (no-changelog) (#7814)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -2216,6 +2216,7 @@ export default defineComponent({
|
|||||||
useSegment().trackAddedTrigger(nodeTypeName);
|
useSegment().trackAddedTrigger(nodeTypeName);
|
||||||
const trackProperties: ITelemetryTrackProperties = {
|
const trackProperties: ITelemetryTrackProperties = {
|
||||||
node_type: nodeTypeName,
|
node_type: nodeTypeName,
|
||||||
|
node_version: newNodeData.typeVersion,
|
||||||
is_auto_add: isAutoAdd,
|
is_auto_add: isAutoAdd,
|
||||||
workflow_id: this.workflowsStore.workflowId,
|
workflow_id: this.workflowsStore.workflowId,
|
||||||
drag_and_drop: options.dragAndDrop,
|
drag_and_drop: options.dragAndDrop,
|
||||||
|
|||||||
Reference in New Issue
Block a user