include select settings values in analytics

This commit is contained in:
jeffvli
2025-12-15 01:44:31 -08:00
parent ea7399541f
commit ad5485506d
2 changed files with 169 additions and 133 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { LogCategory } from '/@/renderer/utils/logger';
export const logMsg = {
[LogCategory.ANALYTICS]: {
appTracked: 'App tracked',
appTracked: 'Analytics sent',
pageViewTracked: 'Page view tracked',
},
[LogCategory.API]: {},