We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af55fcd commit 825e342Copy full SHA for 825e342
GitHub.Actions.API/Program.cs
@@ -1,3 +1,4 @@
1
+using Elastic.Apm.NetCoreAll;
2
var builder = WebApplication.CreateBuilder(args);
3
4
// Add services to the container.
GitHub.Actions/Program.cs
using GitHub.Actions.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
0 commit comments