Skip to content

Commit 2ae95e0

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

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
@@ -50,7 +50,7 @@ public static ActivityContext CaptureHttpContext()
5050
activity.AddLink(new ActivityLink(httpContext));
5151
}
5252
}
53-
activity.DisplayName = $"CIRCUIT {circuitId ?? ""}";
53+
activity.DisplayName = $"Circuit {circuitId ?? ""}";
5454
activity.Start();
5555
_circuitContext = activity.Context;
5656
}

0 commit comments

Comments
 (0)