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
3 changed files with 16 additions and 0 deletions
+6
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': {}