[Statsig] Include OS and track app state changes (#3273)

* Include platform in identify

* Track back/foregrounding
This commit is contained in:
dan 2024-03-19 20:11:26 +00:00 committed by GitHub
parent e9222a9d97
commit 5bec587717
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,8 @@ export type LogEvents = {
init: {
initMs: number
}
'state:background': {}
'state:foreground': {}
'feed:endReached': {
feedType: string
itemCount: number