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

Remove Tracer::with_span #746

Merged
merged 4 commits into from Mar 1, 2022

Commits on Feb 27, 2022

  1. Remove Tracer::with_span

    This method is not part of the trace spec and the same functionality can
    be achieved with `mark_span_as_active` or
    `Context::current_with_span(span).attach()`.
    jtescher committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    dad83bf View commit details
    Browse the repository at this point in the history
  2. Fix dynatrace clippy lints

    jtescher committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    8f53c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9c3728 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Fix doc links

    jtescher committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e70b6dd View commit details
    Browse the repository at this point in the history