Add app version to analytics events

This commit is contained in:
Ramnique Singh 2026-05-29 17:02:01 +05:30
parent 5ae853e15c
commit 732401f72e
8 changed files with 83 additions and 14 deletions

View file

@ -38,6 +38,7 @@ const ipcSchemas = {
res: z.object({
installationId: z.string(),
apiUrl: z.string(),
appVersion: z.string(),
}),
},
'workspace:getRoot': {