Add some events to landing screen (#4664)
This commit is contained in:
parent
5641a4393c
commit
0ab6d54093
3 changed files with 16 additions and 0 deletions
|
@ -188,6 +188,12 @@ export type LogEvents = {
|
|||
profilesCount: number
|
||||
feedsCount: number
|
||||
}
|
||||
'starterPack:ctaPress': {
|
||||
starterPack: string
|
||||
}
|
||||
'starterPack:opened': {
|
||||
starterPack: string
|
||||
}
|
||||
|
||||
'test:all:always': {}
|
||||
'test:all:sometimes': {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue