[Desktop] Report execution complete events (#2306)

This commit is contained in:
Chenlei Hu
2025-01-20 17:24:15 -05:00
committed by GitHub
parent 34c267c755
commit ef24efe5a3

View File

@@ -94,6 +94,9 @@ if (isElectron()) {
`execution:${task.displayStatus.toLowerCase()}`,
1
)
electronAPI().Events.trackEvent('execution', {
status: task.displayStatus.toLowerCase()
})
})
},
{ deep: true }