about summary refs log tree commit diff
path: root/src/lib/statsig/events.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-09-13 10:30:55 -0700
committerPaul Frazee <pfrazee@gmail.com>2024-09-13 10:30:55 -0700
commit9163f676f59faed5162970e34251cdca3576a24c (patch)
treeee1cfbba92362046011d9134b05df4e6f83d46b4 /src/lib/statsig/events.ts
parentb3381da1c11301163600a931ee6c481dea3de6f4 (diff)
parent08ac3a27c2be2a3bf345e6d2b34779653183cf7d (diff)
downloadvoidsky-9163f676f59faed5162970e34251cdca3576a24c.tar.zst
Merge branch 'events' into main
Diffstat (limited to 'src/lib/statsig/events.ts')
-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': {}
 }