Small updates to WireMock.Net.OpenTelemetry

This commit is contained in:
Stef Heyenrath
2026-01-18 17:56:07 +01:00
parent 4525c61847
commit 4b602dd777
8 changed files with 28 additions and 28 deletions

View File

@@ -2,7 +2,6 @@
#if ACTIVITY_TRACING_SUPPORTED
using System;
using System.Collections.Generic;
using System.Diagnostics;
using WireMock.Logging;
@@ -198,4 +197,4 @@ public static class WireMockActivitySource
activity.SetTag("exception.stacktrace", exception.ToString());
}
}
#endif
#endif