Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Feb 24, 2024
1 parent 550b350 commit 5937d05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/BUTR.CrashReportServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ public static IHostBuilder CreateHostBuilder(string[] args) => Host
.CreateDefaultBuilder(args)
.ConfigureServices((ctx, services) =>
{
services.Configure<HostOptions>(hostOptions =>
{
hostOptions.BackgroundServiceExceptionBehavior = BackgroundServiceExceptionBehavior.Ignore;
});

if (ctx.Configuration.GetSection("Oltp") is { } oltpSection)
{
var openTelemetry = services.AddOpenTelemetry()
Expand Down

0 comments on commit 5937d05

Please sign in to comment.