fix(api): reduce event spam with block list

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-05 21:23:48 +00:00
parent 02897e11cb
commit ef8c2a4eee
3 changed files with 127 additions and 0 deletions

View File

@@ -593,3 +593,4 @@ export type ICreateImport = z.infer<typeof zCreateImport>;
export * from './types.insights';
export * from './track.validation';
export * from './event-blocklist';