1 write to RequestId
Aspire.Dashboard (1)
Components\Pages\Error.razor.cs (1)
18RequestId = Activity.Current?.Id ?? HttpContext?.TraceIdentifier;
1 reference to RequestId
Aspire.Dashboard (1)
Components\Pages\Error.razor.cs (1)
15private bool ShowRequestId => !string.IsNullOrEmpty(RequestId);