[Statsig] Track feed refresh (#3283)
This commit is contained in:
parent
54f424d047
commit
b6c9d34e45
3 changed files with 19 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue