Skip to content

Commit

Permalink
fix entrypoint for ottrace propagator (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex committed May 10, 2021
1 parent c12591e commit e606542
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#473](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/473))
- Distros can now implement `load_instrumentor(EntryPoint)` method to customize instrumentor
loading behaviour.
([#480](https://github.com/open-telemetry/opentelemetry-python/pull/480))
([#480](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/480))
- Fix entrypoint for ottrace propagator
([#492](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/492))

### Added
- Move `opentelemetry-instrumentation` from core repository
Expand Down
2 changes: 1 addition & 1 deletion propagator/opentelemetry-propagator-ot-trace/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ test =

[options.entry_points]
opentelemetry_propagator =
ottrace = opentelemetry.propagators.OTTracePropagator
ottrace = opentelemetry.propagators.ot_trace:OTTracePropagator

0 comments on commit e606542

Please sign in to comment.