소스 검색

Moves analytics event for feedback to the library.

dev1
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;

Loading…
취소
저장