Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

global tracer call delegation uses wrong this #82

Merged
merged 1 commit into from
May 19, 2017

Conversation

bripkens
Copy link
Contributor

The global tracer delegate uses the delegate as the this context when
calling the configured global tracer. This will break many tracing
implementations. Most notably, this will break all tracing
implementations which subclass the opentracing provided Tracer class.

The global tracer delegate uses the delegate as the this context when
calling the configured global tracer. This will break many tracing
implementations. Most notably, this will break all tracing
implementations which subclass the opentracing provided Tracer class.
@coveralls
Copy link

coveralls commented May 12, 2017

Coverage Status

Coverage increased (+1.5%) to 88.78% when pulling 10ac10e on bripkens:global-tracer into d7c443c on opentracing:master.

Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bripkens
Copy link
Contributor Author

Any update on this? This is currently a blocking issue for our opentracing users.

@bhs
Copy link
Contributor

bhs commented May 19, 2017

Sorry, this just fell through the cracks. Will merge.

@bhs bhs merged commit a8c0ee3 into opentracing:master May 19, 2017
@bhs
Copy link
Contributor

bhs commented May 19, 2017

@bripkens
Copy link
Contributor Author

Thanks @bhs!

@bripkens bripkens deleted the global-tracer branch May 19, 2017 06:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants