File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
propagator/opentelemetry-propagator-ot-trace Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
([ #473 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/473 ) )
15
15
- Distros can now implement ` load_instrumentor(EntryPoint) ` method to customize instrumentor
16
16
loading behaviour.
17
- ([ #480 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/480 ) )
17
+ ([ #480 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/480 ) )
18
+ - Fix entrypoint for ottrace propagator
19
+ ([ #492 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/492 ) )
18
20
19
21
### Added
20
22
- Move ` opentelemetry-instrumentation ` from core repository
Original file line number Diff line number Diff line change 49
49
50
50
[options.entry_points]
51
51
opentelemetry_propagator =
52
- ottrace = opentelemetry.propagators.OTTracePropagator
52
+ ottrace = opentelemetry.propagators.ot_trace: OTTracePropagator
You can’t perform that action at this time.
0 commit comments