Skip to content

Commit

Permalink
record exception in dubbo high version (#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tydhot authored Apr 20, 2022
1 parent 6ba2db2 commit 0c1afee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public Result invoke(Invoker<?> invoker, Invocation invocation) {
throw e;
}
if (isSynchronous) {
instrumenter.end(context, request, result, null);
instrumenter.end(context, request, result, result.getException());
}
return result;
}
Expand Down

0 comments on commit 0c1afee

Please sign in to comment.