mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
Add app version to analytics events
This commit is contained in:
parent
5ae853e15c
commit
732401f72e
8 changed files with 83 additions and 14 deletions
|
|
@ -38,6 +38,7 @@ const ipcSchemas = {
|
|||
res: z.object({
|
||||
installationId: z.string(),
|
||||
apiUrl: z.string(),
|
||||
appVersion: z.string(),
|
||||
}),
|
||||
},
|
||||
'workspace:getRoot': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue