Add some events to landing screen (#4664)

This commit is contained in:
Hailey 2024-06-26 19:00:35 -07:00 committed by GitHub
parent 5641a4393c
commit 0ab6d54093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -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': {}