Implement support for multiple analytics engines

This commit is contained in:
N Pex 2022-06-30 08:38:58 +00:00 committed by n8fr8
parent 4f6238bc59
commit bfe1fb26e1
5 changed files with 130 additions and 16 deletions

View file

@ -1429,8 +1429,8 @@ export default {
this.sendAttachment(text);
this.showRecorder = false;
// Log event to Clean Insights
this.$ci.event("Audio", "Voice message sent");
// Log event
this.$analytics.event("Audio", "Voice message sent");
},
closeCreateRoomWelcomeHeader() {