Skip to content

Commit

Permalink
remove Application Insights SDK to avoid potential duplicate telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
knuhau committed Oct 24, 2024
1 parent 5dee84b commit 489302f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Digdir.Domain.Dialogporten.GraphQL/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static void BuildAndRun(string[] args, TelemetryConfiguration telemetryConfigura
.WithPubCapabilities()
.Build()
.AddAutoMapper(Assembly.GetExecutingAssembly())
.AddApplicationInsightsTelemetry()
.AddScoped<IUser, ApplicationUser>()
.AddValidatorsFromAssembly(thisAssembly, ServiceLifetime.Transient, includeInternalTypes: true)
.AddAzureAppConfiguration()
Expand Down

0 comments on commit 489302f

Please sign in to comment.