Track notification open (#3274)

This commit is contained in:
dan 2024-03-19 20:19:11 +00:00 committed by GitHub
parent 0cac671e8a
commit ebf8644df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ export type LogEvents = {
init: {
initMs: number
}
'notifications:openApp': {}
'state:background': {}
'state:foreground': {}
'feed:endReached': {