Implement support for multiple analytics engines
This commit is contained in:
parent
4f6238bc59
commit
bfe1fb26e1
5 changed files with 130 additions and 16 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue