Skip to content

Commit

Permalink
Add small doc comment for new Span return
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharycmontoya committed Nov 22, 2024
1 parent 2bfad3d commit 4cfb37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracer/src/Datadog.Trace/Span.cs
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ private void WriteCloseDebugMessage()
/// Adds a SpanLink to the current Span if the Span is active.
/// </summary>
/// <param name="spanLink">The SpanLink to add</param>
/// <returns>This span to allow method chaining.</returns>
internal Span AddLink(SpanLink spanLink)
{
if (IsFinished)
Expand Down

0 comments on commit 4cfb37f

Please sign in to comment.