Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Mar 4, 2025
1 parent 652a035 commit 99f9e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/LibDatadog/TraceExporterNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class TraceExporterNative
private const string DllName = "datadog_profiling_ffi";

/// <summary>
/// This is just workaround to load the native library.
/// Initializes static members of the <see cref="TraceExporterNative"/> class.
/// TODO: Remove this workaround once we have libdatadog integration in the profiler and tracer.
/// </summary>
static TraceExporterNative()
Expand Down

0 comments on commit 99f9e0c

Please sign in to comment.