Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jan 2, 2024
1 parent e6e3d37 commit 073f743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class ApplicationInsightsExtension
/// <param name="appSettings">to use for ApplicationInsights InstrumentationKey</param>
public static void AddMonitoring(this IServiceCollection services, AppSettings appSettings)
{
if ( string.IsNullOrWhiteSpace(appSettings.OpenTelemetryEndpoint) )
if ( string.IsNullOrWhiteSpace(appSettings.ApplicationInsightsConnectionString) )
{
return;
}
Expand Down

0 comments on commit 073f743

Please sign in to comment.