Implement support for multiple analytics engines

This commit is contained in:
N Pex 2022-06-30 08:38:58 +00:00
parent a365b5cc26
commit 64a31e31f9
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() {