[Statsig] Track feed refresh (#3283)

This commit is contained in:
dan
2024-03-20 00:56:31 +00:00
committed by GitHub
parent 54f424d047
commit b6c9d34e45
3 changed files with 19 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@ export type LogEvents = {
feedType: string
itemCount: number
}
'feed:refresh': {
feedType: string
reason: 'pull-to-refresh' | 'soft-reset' | 'load-latest'
}
'post:create': {
imageCount: number
isReply: boolean