Skip to content

Commit

Permalink
Fix Urllib instrumentation - Add status code to span if not None (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
shalevr authored and CircleCI committed Nov 13, 2022
1 parent 694dbc1 commit 29deae2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Fix bug in Urllib instrumentation - add status code to span attributes only if the status code is not None.
([#1430](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1430))

## Version 1.14.0/0.35b0 (2022-11-03)

### Deprecated
Expand Down

0 comments on commit 29deae2

Please sign in to comment.