@ -34,8 +34,8 @@ public class CatOkHttpInterceptor implements Interceptor {
return response;
} catch (Exception e) {
//记录异常
Cat.getProducer().logError(e);
t.setStatus(e);
throw e;
} finally {
//当前Transaction须完成
@ -44,8 +44,8 @@ public class CatServletFilter implements Filter {
t.setStatus((Exception)request.getAttribute(CatErrorConstants.ERROR_FOR_CAT));
}
t.complete();