[Statsig] Track threads (#6057)

* [Statsig] Send thread length

* Split events
This commit is contained in:
dan
2024-11-01 16:21:18 +00:00
committed by GitHub
parent 1c2186bc03
commit 125ac5049a
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -122,11 +122,16 @@ export type LogEvents = {
'post:create': {
imageCount: number
isReply: boolean
isPartOfThread: boolean
hasLink: boolean
hasQuote: boolean
langs: string
logContext: 'Composer'
}
'thread:create': {
postCount: number
isReply: boolean
}
'post:like:sampled': {
doesLikerFollowPoster: boolean | undefined
doesPosterFollowLiker: boolean | undefined