1 parent 407d563 commit 1f5dcf4Copy full SHA for 1f5dcf4
1 file changed
src/Convey.Logging/src/Convey.Logging/Extensions.cs
@@ -193,7 +193,7 @@ [new Uri(elkOptions.Url)],
193
194
if (!string.IsNullOrEmpty(azureOptions.InstrumentationKey))
195
{
196
- telemetryConfiguration.InstrumentationKey = azureOptions.InstrumentationKey;
+ telemetryConfiguration.ConnectionString = azureOptions.InstrumentationKey;
197
}
198
199
switch (azureOptions.LogType)
0 commit comments