[Statsig] Include OS and track app state changes (#3273)
* Include platform in identify * Track back/foregrounding
This commit is contained in:
@@ -2,6 +2,8 @@ export type LogEvents = {
|
||||
init: {
|
||||
initMs: number
|
||||
}
|
||||
'state:background': {}
|
||||
'state:foreground': {}
|
||||
'feed:endReached': {
|
||||
feedType: string
|
||||
itemCount: number
|
||||
|
||||
Reference in New Issue
Block a user