Skip to content

Commit

Permalink
fix rename of aspnetcore options
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Feb 26, 2024
1 parent f030ab3 commit 134d607
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public static TracerProviderBuilder AddAspNetCoreInstrumentationWithBaggage(this
/// <summary>
/// Configures the AspNetCore instrumentation to adds current trace context baggage as attributes to created spans.
/// </summary>
/// <param name="options"><see cref="AspNetCoreInstrumentationOptions"/> being configured.</param>
public static void EnrichWithBaggage(this AspNetCoreInstrumentationOptions options)
/// <param name="options"><see cref="AspNetCoreTraceInstrumentationOptions"/> being configured.</param>
public static void EnrichWithBaggage(this AspNetCoreTraceInstrumentationOptions options)
{
options.EnrichWithHttpRequest = (activity, request) =>
{
Expand Down

0 comments on commit 134d607

Please sign in to comment.