mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08: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:
parent
9b87a596ca
commit
df691fba0c
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue