about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-13 12:05:15 -0500
committerEric Bailey <git@esb.lol>2024-09-13 12:05:15 -0500
commit08ac3a27c2be2a3bf345e6d2b34779653183cf7d (patch)
tree8cc3ecb48c94ce5e4789b94db94220187521a419 /src/lib
parentc7231537f1d18de01bb3502e508999276e47b6df (diff)
downloadvoidsky-08ac3a27c2be2a3bf345e6d2b34779653183cf7d.tar.zst
Add events
Diffstat (limited to 'src/lib')
-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 187189490..c9bc8fefb 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -225,4 +225,8 @@ export type LogEvents = {
   'test:gate1:sometimes': {}
   'test:gate2:always': {}
   'test:gate2:sometimes': {}
+
+  'tmd:share': {}
+  'tmd:download': {}
+  'tmd:post': {}
 }