feat: upgraded dependencies

This commit is contained in:
NGPixel
2017-10-28 14:17:14 -04:00
parent 784b48680c
commit 51cd37fd05
8 changed files with 467 additions and 398 deletions

View File

@@ -31,7 +31,7 @@ module.exports = {
return this
},
sendError(err) {
bugsnag.notify(err)
bugsnag.notify(err, { userId: this.cid })
},
sendEvent(eventCategory, eventAction, eventLabel) {
if (!this.enabled) { return false }