Skip to content

Commit

Permalink
no-op for interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Dec 3, 2024
1 parent 051abde commit b47644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/LibDatadog/TraceExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Task<bool> SendTracesAsync(ArraySegment<byte> traces, int numberOfTraces,

public Task<bool> SendStatsAsync(StatsBuffer stats, long bucketDuration)
{
throw new NotImplementedException();
return Task.FromResult(true);
}

private void ReleaseUnmanagedResources()
Expand Down

0 comments on commit b47644d

Please sign in to comment.