浏览代码

Moves analytics event for feedback to the library.

master
damencho 9 年前
父节点
当前提交
e71cc30b3f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      modules/statistics/statistics.js

+ 1
- 0
modules/statistics/statistics.js 查看文件

@@ -469,6 +469,7 @@ Statistics.sendLog = function (m) {
469 469
 Statistics.prototype.sendFeedback = function(overall, detailed) {
470 470
     if(this.callstats)
471 471
         this.callstats.sendFeedback(overall, detailed);
472
+    Statistics.analytics.sendEvent('feedback.rating', overall);
472 473
 };
473 474
 
474 475
 Statistics.LOCAL_JID = require("../../service/statistics/constants").LOCAL_JID;

正在加载...
取消
保存