Skip to content

Commit

Permalink
Instrumentation Package should depend on OTel SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 20, 2020
1 parent 8660dea commit 6ec98a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Instrumentation Package should depend on OTel SDK
([#1405](https://github.com/open-telemetry/opentelemetry-python/pull/1405))
- Added support for `OTEL_EXPORTER` to the `opentelemetry-instrument` command ([#1036](https://github.com/open-telemetry/opentelemetry-python/pull/1036))

## Version 0.14b0
Expand Down
1 change: 1 addition & 0 deletions opentelemetry-instrumentation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
wrapt >= 1.0.0, < 2.0.0

[options.packages.find]
Expand Down

0 comments on commit 6ec98a6

Please sign in to comment.