Skip to content

Commit

Permalink
Remove TODOs for AppInsights
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 22, 2023
1 parent 4d0b360 commit 7ef471f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ public static IServiceCollection AddStandardApplicationInsights(this IServiceCol
// according to docs link below, this registration should be singleton
// https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core#adding-telemetryinitializers
services.AddSingleton<ITelemetryInitializer, DependabotTelemetryInitializer>();
// services.AddApplicationInsightsTelemetryExtras(); // Add other extras

// services.AddActivitySourceDependencyCollector(new[] {
// "Tingle.EventBus",
// });

return services;
}
Expand Down
1 change: 0 additions & 1 deletion server/Tingle.Dependabot/Tingle.Dependabot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.6.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<!-- <PackageReference Include="Tingle.AspNetCore.ApplicationInsights" Version="4.2.1" /> -->
<PackageReference Include="Tingle.EventBus.Transports.Azure.ServiceBus" Version="0.19.2" />
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.19.2" />
<PackageReference Include="Tingle.Extensions.DataAnnotations" Version="4.2.2" />
Expand Down

0 comments on commit 7ef471f

Please sign in to comment.