Add additional analytics.
This commit is contained in:
@@ -30,7 +30,7 @@ ipcMain.on(ipcTypes.app.toMain.setUserName, (event, userid) => {
|
||||
});
|
||||
|
||||
ipcMain.on(ipcTypes.app.toMain.track, (e, args) => {
|
||||
// log.log("Analytics Event", args);
|
||||
log.log("Analytics Event", args);
|
||||
const { event, ...eventDetails } = args;
|
||||
try {
|
||||
//// Nucleus.track(event, eventDetails);
|
||||
|
||||
Reference in New Issue
Block a user