BitAnalytics 0.2.1 with GA
This commit is contained in:
parent
fb275d4b08
commit
bba85794ac
10 changed files with 245 additions and 66 deletions
|
|
@ -1184,9 +1184,9 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
});
|
||||
|
||||
var channel = "firebase";
|
||||
if (platformInfo.isNW) {
|
||||
channel = "ga";
|
||||
var channel = "ga";
|
||||
if (platformInfo.isCordova) {
|
||||
channel = "firebase";
|
||||
}
|
||||
|
||||
// Send a log to test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue