1 write to _httpClientFactory
aspire (1)
Commands\TelemetrySpansCommand.cs (1)
53
_httpClientFactory
= httpClientFactory;
1 reference to _httpClientFactory
aspire (1)
Commands\TelemetrySpansCommand.cs (1)
107
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);