From 08ac3a27c2be2a3bf345e6d2b34779653183cf7d Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 13 Sep 2024 12:05:15 -0500 Subject: Add events --- src/lib/statsig/events.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib') 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': {} } -- cgit 1.4.1