Skip to content

Commit 323d7cd

Browse files
committed
Add tracking TODO
1 parent 4acff0b commit 323d7cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.Azure.ServiceBus/Core/MessageSender.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ public async Task SendAsync(Batch batch)
281281
MessagingEventSource.Log.MessageSendStart(this.ClientId, batch.Length);
282282

283283
var isDiagnosticSourceEnabled = ServiceBusDiagnosticSource.IsEnabled();
284+
// TODO: diagnostics (Start/Stop) is currently not possible. Requires change in how Diagnostics works.
285+
// See https://github.com/SeanFeldman/azure-service-bus-dotnet/pull/1#issuecomment-415515524 for details.
284286
// var activity = isDiagnosticSourceEnabled ? this.diagnosticSource.SendStart(messageList) : null;
285287
Task sendTask;
286288

0 commit comments

Comments
 (0)