[Statsig] Track active time (#3289)
This commit is contained in:
parent
3d8d1dd173
commit
20337ceef1
2 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue