refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
committed by
GitHub
parent
eaaefd76da
commit
072c3db97d
@@ -1066,7 +1066,7 @@ export default defineComponent({
|
||||
node_type: node ? node.type : null,
|
||||
workflow_id: this.workflowsStore.workflowId,
|
||||
source: 'canvas',
|
||||
session_id: this.ndvStore.sessionId,
|
||||
push_ref: this.ndvStore.pushRef,
|
||||
};
|
||||
this.$telemetry.track('User clicked execute node button', telemetryPayload);
|
||||
void this.externalHooks.run('nodeView.onRunNode', telemetryPayload);
|
||||
|
||||
Reference in New Issue
Block a user