Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure/azure-sdk-for-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f1b560ec79afe48c673327846322fcbfa25c55db
Choose a base ref
..
head repository: Azure/azure-sdk-for-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17055583bdd54a82b151a0e8dc223b3e0be07716
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 sdk/core/azure-core/CHANGELOG.md
2 changes: 2 additions & 0 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@

### Bugs Fixed

- Fixed an issue where the `traceparent` header was not being set correctly in the `DistributedTracingPolicy`. The `traceparent` header will now set based on the context of the HTTP client span. #40074

### Other Changes

- Added `opentelemetry-api` as an optional dependency for tracing. This can be installed with `pip install azure-core[tracing]`. #39563