ソースを参照

Merge pull request #236 from jitsi/moves-analytics-feedback

Moves analytics event for feedback to the library.
master
hristoterezov 9年前
コミット
9db06e70b9
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;

読み込み中…
キャンセル
保存