Kaynağa Gözat

Moves analytics event for feedback to the library.

dev1
damencho 9 yıl önce
ebeveyn
işleme
e71cc30b3f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      modules/statistics/statistics.js

+ 1
- 0
modules/statistics/statistics.js Dosyayı Görüntüle

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

Loading…
İptal
Kaydet