Skip to content

Commit

Permalink
Update tchannel_client.go (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
groshu authored Nov 28, 2023
1 parent 0813166 commit acba541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tchannel_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (c *TChannelClient) call(
// capture when no error in making/reading client call
if GetToCapture(ctx) {
event := &ThriftOutgoingEvent{
MethodName: call.methodName,
MethodName: call.serviceMethod,
ServiceName: c.serviceName,
ReqHeaders: call.reqHeaders,
Req: req,
Expand Down

0 comments on commit acba541

Please sign in to comment.