Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PR feedback - comment about the Activity creation
  • Loading branch information
Kielek committed Sep 29, 2025
commit db60663d3732bc2efd1aebcecfa0550e73bccd6a
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public TextMapPropagator TextMapPropagator

/// <summary>
/// Gets or sets a callback function to be fired when a request is started.
/// This function should return the <see cref="Activity"/> created to represent the request.
/// </summary>
public Func<HttpContextBase, ActivityContext, Activity?>? OnRequestStartedCallback { get; set; }

Expand Down