Skip to content

Commit

Permalink
Merge pull request #232 from NoxOrg/bugfix/nuget-upgrade
Browse files Browse the repository at this point in the history
- fixed elastic apm registration
  • Loading branch information
jan-schutte committed May 15, 2024
2 parents 3bb4e38 + e55cb9b commit 1e742fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nox.Cli.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
});

builder.Services.AddSingleton<IWorkflowContextFactory, WorkflowContextFactory>();
builder.Services.AddAllElasticApm();

var app = builder.Build();

Expand All @@ -81,7 +82,6 @@
});
}
}
app.UseAllElasticApm(builder.Configuration);
app.UseHttpsRedirection();
app.UseRouting();
app.UseAuthentication();
Expand Down

0 comments on commit 1e742fc

Please sign in to comment.