From ab6b115671c5aa3251d704beeede7dde1fba6494 Mon Sep 17 00:00:00 2001 From: Julio Menendez Date: Tue, 2 Dec 2025 10:41:31 -0700 Subject: [PATCH] Removes usage of preprod cluster in the .NET SK sample agent. --- dotnet/semantic-kernel/sample-agent/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =>