diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue index d80737bd7..896db08a2 100644 --- a/src/views/GraphView.vue +++ b/src/views/GraphView.vue @@ -94,6 +94,9 @@ if (isElectron()) { `execution:${task.displayStatus.toLowerCase()}`, 1 ) + electronAPI().Events.trackEvent('execution', { + status: task.displayStatus.toLowerCase() + }) }) }, { deep: true }