Upgrade deps

This commit is contained in:
Jonathan Cremin 2019-01-14 21:37:03 +00:00
parent 9fcec67a5b
commit f464ce2b59
7 changed files with 1482 additions and 800 deletions

View file

@ -49,8 +49,8 @@ router.use(async (ctx, next) => {
};
} else if (!err.status) {
debug(err);
if (ctx.Raven) {
ctx.Raven.captureException(err);
if (ctx.Sentry) {
ctx.Sentry.captureException(err);
}
throw err;
} else {