Skip to content

Commit

Permalink
Merged PR 88: chore: Added ApplicationInsights
Browse files Browse the repository at this point in the history
chore: Added ApplicationInsights
  • Loading branch information
saigkill committed Oct 16, 2024
2 parents 602dfff + c44c746 commit f3ad743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Moonglade.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ private static void ConfigureLogging(WebApplicationBuilder builder)
{
builder.Logging.AddAzureWebAppDiagnostics();
}
builder.Services.AddApplicationInsightsTelemetry();
}

private static void ConfigureSyncfusion(WebApplicationBuilder builder)
Expand Down

0 comments on commit f3ad743

Please sign in to comment.