Skip to content

Commit

Permalink
include scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed May 24, 2024
1 parent d49bc2f commit 3fd233c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CleanAspCore/AppConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ internal static void AddOpenTelemetryServices(this WebApplicationBuilder builder

builder.Logging.AddOpenTelemetry(options =>
{
options.IncludeScopes = true;
options
.SetResourceBuilder(
ResourceBuilder.CreateDefault()
Expand Down

0 comments on commit 3fd233c

Please sign in to comment.