This commit is contained in:
Stef Heyenrath
2026-01-18 17:59:14 +01:00
54 changed files with 2212 additions and 25 deletions
@@ -341,6 +341,17 @@ public class WireMockServerSettings
[PublicAPI]
public HandlebarsSettings? HandlebarsSettings { get; set; }
/// <summary>
/// Gets or sets the activity tracing options.
/// When set (not null), WireMock.Net will create System.Diagnostics.Activity objects for request processing.
/// </summary>
/// <remarks>
/// To export traces to an OpenTelemetry collector, install the WireMock.Net.OpenTelemetry package
/// and configure the exporter using the provided extension methods.
/// </remarks>
[PublicAPI]
public ActivityTracingOptions? ActivityTracingOptions { get; set; }
/// <summary>
/// Gets or sets the default JSON converter used for serialization.
/// </summary>