mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
add umami analytics integration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { LogCategory } from '/@/renderer/utils/logger';
|
||||
|
||||
export const logMsg = {
|
||||
[LogCategory.ANALYTICS]: {
|
||||
appTracked: 'App tracked',
|
||||
pageViewTracked: 'Page view tracked',
|
||||
},
|
||||
[LogCategory.API]: {},
|
||||
[LogCategory.OTHER]: {},
|
||||
[LogCategory.PLAYER]: {},
|
||||
[LogCategory.SYSTEM]: {},
|
||||
};
|
||||
Reference in New Issue
Block a user