Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tracer#start_active_scope and deprecate Tracer#start_active_span #36

Closed
wants to merge 1 commit into from
Closed

Add Tracer#start_active_scope and deprecate Tracer#start_active_span #36

wants to merge 1 commit into from

Commits on Jun 29, 2018

  1. Add Tracer#start_active_scope and deprecate Tracer#start_active_span

    After some discussion in
    opentracing/opentracing-python#64 (comment)
    and in the cross-language gitter, it was decided that #start_active_scope
    makes more sense than #start_active_span because the return type is a
    Scope, not a Span. Python and other similar languages will also change it.
    indrekj committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    37b81c0 View commit details
    Browse the repository at this point in the history