v3: review some more files, add logging for unhandled promises

This commit is contained in:
Matteo Pagliazzi
2016-04-12 20:14:36 +02:00
parent 6458796a36
commit 793ce38f6b
18 changed files with 33 additions and 48 deletions

View File

@@ -210,7 +210,6 @@ let _sendPurchaseDataToGoogle = (data) => {
});
};
// TODO log errors...
function track (eventType, data) {
return Q.all([
_sendDataToAmplitude(eventType, data),