Skip to content

Commit b9331d9

Browse files
Update src/Components/Components/src/ComponentsActivitySource.cs
Co-authored-by: Sam Spencer <[email protected]>
1 parent 2ae95e0 commit b9331d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/ComponentsActivitySource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void FailCircuitActivity(Activity? activity, Exception ex)
102102
}
103103
}
104104

105-
activity.DisplayName = $"ROUTE {route ?? "unknown"} -> {componentType ?? "unknown"}";
105+
activity.DisplayName = $"Route {route ?? "[unknown path]"} -> {componentType ?? "[unknown component]"}";
106106
activity.Start();
107107
_routeContext = activity.Context;
108108
}

0 commit comments

Comments
 (0)