diff --git a/dotnet/semantic-kernel/sample-agent/Program.cs b/dotnet/semantic-kernel/sample-agent/Program.cs index 497177b3..6cdc2c98 100644 --- a/dotnet/semantic-kernel/sample-agent/Program.cs +++ b/dotnet/semantic-kernel/sample-agent/Program.cs @@ -58,7 +58,7 @@ } // Configure observability. -builder.Services.AddAgenticTracingExporter(clusterCategory: builder.Environment.IsDevelopment() ? "preprod" : "production"); +builder.Services.AddAgenticTracingExporter(); // Add A365 tracing with Semantic Kernel integration builder.AddA365Tracing(config =>