We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c269c24 commit 95deb36Copy full SHA for 95deb36
tracer/src/Datadog.Trace/DiagnosticListeners/RouteEndpoint.cs
@@ -16,7 +16,7 @@ internal struct RouteEndpoint
16
/// <summary>
17
/// Delegates to Endpoint.RoutePattern;
18
/// </summary>
19
- public RoutePattern RoutePattern;
+ public object RoutePattern;
20
21
22
/// Delegates to Endpoint.DisplayName;
@@ -27,7 +27,7 @@ internal struct RouteEndpoint
27
/// Delegates to Endpoint.RequestDelegate;
28
29
public RequestDelegate? RequestDelegate;
30
-
+
31
32
/// Delegates to Endpoint.Metadata;
33
0 commit comments