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

@@ -1,11 +1,5 @@
// Copyright © WireMock.Net
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WireMock.Owin.ActivityTracing;
/// <summary>
@@ -31,4 +25,4 @@ internal static class WireMockSemanticConventions
public const string RequestGuid = "wiremock.request.guid";
public const string RequestBody = "wiremock.request.body";
public const string ResponseBody = "wiremock.response.body";
}
}