[Statsig] Track posting, end reached (#3206)
* Track post create * Track feed endReached
This commit is contained in:
parent
7eaa573b57
commit
1c25c76645
3 changed files with 38 additions and 1 deletions
|
@ -2,6 +2,18 @@ export type LogEvents = {
|
|||
init: {
|
||||
initMs: number
|
||||
}
|
||||
'feed:endReached': {
|
||||
feedType: string
|
||||
itemCount: number
|
||||
}
|
||||
'post:create': {
|
||||
imageCount: number
|
||||
isReply: boolean
|
||||
hasLink: boolean
|
||||
hasQuote: boolean
|
||||
langs: string
|
||||
logContext: 'Composer'
|
||||
}
|
||||
'post:like': {
|
||||
logContext: 'FeedItem' | 'PostThreadItem' | 'Post'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue