We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef33751 commit 5d28a00Copy full SHA for 5d28a00
WMS.WebUI/WMS.WebUI/Program.cs
@@ -76,7 +76,8 @@
76
.WriteTo.ApplicationInsights(
77
new TelemetryConfiguration
78
{
79
- InstrumentationKey = "99999930-e6b4-46ed-95cb-73ef51449b94"
+ 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"
81
},
82
TelemetryConverter.Traces));
83
}
0 commit comments