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