[Statsig] Track active time (#3289)
This commit is contained in:
@@ -10,7 +10,9 @@ export type LogEvents = {
|
||||
logContext: 'SwitchAccount' | 'Settings' | 'Deactivated'
|
||||
}
|
||||
'notifications:openApp': {}
|
||||
'state:background': {}
|
||||
'state:background': {
|
||||
secondsActive: number
|
||||
}
|
||||
'state:foreground': {}
|
||||
'feed:endReached': {
|
||||
feedType: string
|
||||
|
||||
Reference in New Issue
Block a user