Skip to content

Commit

Permalink
Revert WithTracing and EntityFrameworkCoreInstrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed May 5, 2024
1 parent d46bb8c commit 9457ff0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@
0, 100, 200, 300, 400, 500
}
});
}).WithTracing(providerBuilder =>
{
providerBuilder.AddHttpClientInstrumentation();
providerBuilder.AddAspNetCoreInstrumentation();
providerBuilder.AddEntityFrameworkCoreInstrumentation();
});

var app = builder.Build();
Expand Down

0 comments on commit 9457ff0

Please sign in to comment.