chore: log uncaught exceptions

This commit is contained in:
André Sá 2021-10-08 19:03:58 +01:00
parent ff474ee507
commit 6f73606cfb
2 changed files with 13 additions and 2 deletions

View file

@ -36,4 +36,8 @@ module.exports = class CustomTransport extends Transport {
callback()
}
logException (msg, meta, callback) {
this.log('error', msg, meta, callback)
}
}