UNPKG

opbeat-ionic

Version:

The unofficial Opbeat client for Ionic

11 lines (9 loc) 221 B
'use strict'; module.exports = function connectMiddleware () { var client = this; return function (err, req, res, next) { client.captureError(err, { request: req }, function () { next(err); }); }; };