Skip to content

Commit

Permalink
Fix API break Tracing -> DisableTracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamandaleeka committed May 6, 2024
1 parent afda6ec commit 69358f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static IEventBusBuilder AddServiceBusEventBus(this IHostApplicationBuilde

builder.AddAzureServiceBusClient(connectionName, o =>
{
o.Tracing = true;
o.DisableTracing = false;
o.HealthCheckTopicName = "eshop_event_bus";

// When using the namespace instead of a full connection string, Service Bus will attempt to connect with your Azure credentials
Expand Down

0 comments on commit 69358f7

Please sign in to comment.