about summary refs log tree commit diff
path: root/src/lib/statsig
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/statsig')
-rw-r--r--src/lib/statsig/events.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts
index 674562f82..e6c9c5d13 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -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': {}