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

fix(api): use active context as default in NoopTracer #3476

Merged
merged 7 commits into from
Dec 14, 2022

Commits on Dec 7, 2022

  1. fix(api): use active context as default in NoopTracer

    To support the API without SDK use cast to forward a span context it's needed
    to fetch active context via ContextManager also in NoopTracer. Otherwise only
    direct passing of a context works but not if context.with() is used.
    Flarna committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f49b92b View commit details
    Browse the repository at this point in the history
  2. update PR link

    Flarna authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    19538da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea7858 View commit details
    Browse the repository at this point in the history
  4. fixup: correct link

    Flarna authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    987546f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    90dac1e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    32037bc View commit details
    Browse the repository at this point in the history
  2. remove unneeded assert

    Flarna committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    85e008d View commit details
    Browse the repository at this point in the history