Skip to content

Commit a6574da

Browse files
committed
update CHANGELOG
1 parent d16bac7 commit a6574da

File tree

1 file changed

+6
-0
lines changed
  • src/OpenTelemetry.Exporter.OpenTelemetryProtocol

1 file changed

+6
-0
lines changed

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Notes](../../RELEASENOTES.md).
77

88
## Unreleased
99

10+
* Fixed an issue where `OtlpExporterOptions` did not read environment variables (e.g. `OTEL_EXPORTER_OTLP_ENDPOINT`)
11+
if the environment variables were set after `IConfiguration` was built.
12+
([#6558](https://github.com/open-telemetry/opentelemetry-dotnet/issues/6558))
13+
This change also addresses similar issues when .Net `Host` does not load environment variables into `IConfiguration` (e.g. `Host.CreateEmptyApplicationBuilder`).
14+
([#5586](https://github.com/open-telemetry/opentelemetry-dotnet/issues/5586))
15+
1016
## 1.13.0
1117

1218
Released 2025-Oct-01

0 commit comments

Comments
 (0)