Skip to content

Commit 5d28a00

Browse files
committed
Update Program.cs
1 parent ef33751 commit 5d28a00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WMS.WebUI/WMS.WebUI/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
.WriteTo.ApplicationInsights(
7777
new TelemetryConfiguration
7878
{
79-
InstrumentationKey = "99999930-e6b4-46ed-95cb-73ef51449b94"
79+
InstrumentationKey = "99999930-e6b4-46ed-95cb-73ef51449b94",
80+
ConnectionString = "InstrumentationKey=99999930-e6b4-46ed-95cb-73ef51449b94;IngestionEndpoint=https://eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/;ApplicationId=8837aba4-c7d2-4e4b-a012-01a48d5216ba"
8081
},
8182
TelemetryConverter.Traces));
8283
}

0 commit comments

Comments
 (0)