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 @@
using System;
using Microsoft.Extensions.DependencyInjection;
using OpenTelemetry;
using OpenTelemetry.Resources;
using OpenTelemetry.Trace;
@@ -112,4 +111,4 @@ public static class WireMockOpenTelemetryExtensions
return tracing;
}
}
}