Skip to content

Commit

Permalink
record exception in dubbo high version (open-telemetry#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tydhot authored and RashmiRam committed May 23, 2022
1 parent a6af291 commit fad72e1
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 fad72e1

Please sign in to comment.