[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 2 deletions

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