Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[otlp] Nullable annotations for the OtlpExporterOptions class and some xml doc improvement #5434

Merged
Prev Previous commit
Next Next commit
Tweak.
  • Loading branch information
CodeBlanch committed Mar 11, 2024
commit 745d6272b74992c8668d2bb0d358427f66476585
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ internal OtlpExporterOptions(

this.ApplyConfiguration(configuration, configurationType);

this.HttpClientFactory = this.DefaultHttpClientFactory = () =>
this.DefaultHttpClientFactory = () =>
{
return new HttpClient
{
Expand Down
Loading