We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8c2ab commit e65d444Copy full SHA for e65d444
src/Microsoft.Azure.ServiceBus/Core/MessageSender.cs
@@ -306,7 +306,7 @@ public async Task SendAsync(MessageBatch messageBatch)
306
// this.diagnosticSource.SendStop(activity, messageList, sendTask?.Status);
307
// }
308
309
- // MessagingEventSource.Log.MessageSendStop(this.ClientId);
+ MessagingEventSource.Log.MessageSendStop(this.ClientId);
310
}
311
312
/// <summary>
0 commit comments