Skip to content

Commit a77f25e

Browse files
committed
Add CHANGELOG entry for CeleryGetter fix
1 parent 1d21f9b commit a77f25e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
### Fixed
2626

27+
- `opentelemetry-instrumentation-celery`: Coerce non-string values to strings in `CeleryGetter.get()` to prevent `TypeError` in `TraceState.from_header()` when Celery request attributes contain ints
28+
([#4360](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4360))
2729
- `opentelemetry-docker-tests`: Replace deprecated `SpanAttributes` from `opentelemetry.semconv.trace` with `opentelemetry.semconv._incubating.attributes`
2830
([#4339](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4339))
2931
- `opentelemetry-instrumentation-confluent-kafka`: Skip `recv` span creation when `poll()` returns no message or `consume()` returns an empty list, avoiding empty spans on idle polls

0 commit comments

Comments
 (0)