Steve

Results 3 issues of Steve

Bind MailgunSender to ISender in singleton scope. MailgunSender creates a new HttpClient for each instance of a MailgunSender object. Based on Microsoft recommendations https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines#recommended-use I propose the MailgunSender should be...

## Changes This extends the extensions methods in `OtlpLogExporterHelperExtensions` to accept an additional `IServiceProvider` parameter. This allows for accessing services during configuration of the Log exporter. Specifically we want to...

Stale