Skip to content

Commit 2e76e59

Browse files
committed
Add changelog
1 parent 5ef26f2 commit 2e76e59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Overwrite logging.config.fileConfig and logging.config.dictConfig to ensure
1111
the OTLP `LogHandler` remains attached to the root logger. Fix a bug that
1212
can cause a deadlock to occur over `logging._lock` in some cases ([#4636](https://github.com/open-telemetry/opentelemetry-python/pull/4636)).
13+
- Add new environment variables to the SDK `OTEL_PYTHON_EXPORTER_OTLP_{METRICS/TRACES/LOGS}_CREDENTIAL_PROVIDER` that can be used to
14+
inject a `requests.Session` or `grpc.ChannelCredentials` object into exporters created during auto instrumentation.
1315

1416
## Version 1.35.0/0.56b0 (2025-07-11)
1517

0 commit comments

Comments
 (0)