diff options
author | Eric Bailey <git@esb.lol> | 2024-09-13 12:05:15 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-13 12:05:15 -0500 |
commit | 08ac3a27c2be2a3bf345e6d2b34779653183cf7d (patch) | |
tree | 8cc3ecb48c94ce5e4789b94db94220187521a419 /src/lib | |
parent | c7231537f1d18de01bb3502e508999276e47b6df (diff) | |
download | voidsky-08ac3a27c2be2a3bf345e6d2b34779653183cf7d.tar.zst |
Add events
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/statsig/events.ts | 4 |
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': {} } |