mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Adjust Ask AI tracking events & pass NDV session id (no-changelog) (#7027)
Github issue / Community forum post (link here to close automatically): --------- Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
@@ -680,6 +680,7 @@ export default defineComponent({
|
||||
node_type: node ? node.type : null,
|
||||
workflow_id: this.workflowsStore.workflowId,
|
||||
source: 'canvas',
|
||||
session_id: this.ndvStore.sessionId,
|
||||
};
|
||||
this.$telemetry.track('User clicked execute node button', telemetryPayload);
|
||||
void this.$externalHooks().run('nodeView.onRunNode', telemetryPayload);
|
||||
|
||||
Reference in New Issue
Block a user