Add link-click metrics (#6934)

* Add link-click metrics

* Fix conditional
This commit is contained in:
Paul Frazee
2024-12-03 15:03:22 -08:00
committed by GitHub
parent 79f807dc4f
commit 0c71f8196f
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -211,6 +211,10 @@ export type LogEvents = {
'starterPack:opened': {
starterPack: string
}
'link:clicked': {
url: string
domain: string
}
'feed:interstitial:profileCard:press': {}
'feed:interstitial:feedCard:press': {}