Skip to content

Commit

Permalink
method
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Dec 7, 2023
1 parent 114f6ff commit 4d7fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Api/Trace/ActivityExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void RecordException(this Activity activity, Exception? ex)
/// <param name="ex">Exception to be recorded.</param>
/// <param name="tags">Additional tags to record on the event.</param>
/// <remarks> The exception is recorded as per <a href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/exceptions.md"/>.
/// "exception.stacktrace" is represented using the value of <a href=https://learn.microsoft.com/dotnet/api/system.exception.tostring/>.
/// "exception.stacktrace" is represented using the value of <a href="https://learn.microsoft.com/dotnet/api/system.exception.tostring">Exception.ToString</a>.
/// </remarks>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static void RecordException(this Activity activity, Exception? ex, in TagList tags)
Expand Down

0 comments on commit 4d7fd66

Please sign in to comment.