1 write to RequestId
Aspire.Dashboard (1)
Components\Pages\Error.razor.cs (1)
24RequestId = Activity.Current?.Id ?? HttpContext?.TraceIdentifier;
2 references to RequestId
Aspire.Dashboard (2)
Components\Pages\Error.razor.cs (2)
19private bool ShowRequestId => !string.IsNullOrEmpty(RequestId); 41new ComponentTelemetryProperty(TelemetryPropertyKeys.ErrorRequestId, new AspireTelemetryProperty(RequestId ?? string.Empty)),