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

Tracing without performance #833

Merged
merged 22 commits into from
Jul 15, 2024
Merged

Tracing without performance #833

merged 22 commits into from
Jul 15, 2024

Commits on Nov 30, 2023

  1. feat(tracing without performance): add propagation context to scope (#…

    …745)
    
    * feat(tracing without performance): add propagation context to scope
    
    * remove redundant dynamic context assignment
    
    * more tests
    greywolve committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    39bb752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4689f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. feat(tracing without performance): add ContinueTrace

    Add ContinueTrace as a method on the hub. This is how other SDKs that
    have to deal with concurrency tend to do it, ie Java.
    greywolve committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    91f7105 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Remove user_segment

    ribice committed May 5, 2024
    Configuration menu
    Copy the full SHA
    2ac815c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. testing stuff

    ribice committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7b0f00e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. merge master

    ribice committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9972a9e View commit details
    Browse the repository at this point in the history
  2. linter fixes

    ribice committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9aefd12 View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    ribice committed May 15, 2024
    Configuration menu
    Copy the full SHA
    15fa8ee View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. add tests

    ribice committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c54239a View commit details
    Browse the repository at this point in the history
  2. update tests

    ribice committed May 18, 2024
    Configuration menu
    Copy the full SHA
    823fb00 View commit details
    Browse the repository at this point in the history
  3. go imports file

    ribice committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6137cfb View commit details
    Browse the repository at this point in the history
  4. fix linter

    ribice committed May 18, 2024
    Configuration menu
    Copy the full SHA
    42983b4 View commit details
    Browse the repository at this point in the history
  5. fix linter

    ribice committed May 18, 2024
    Configuration menu
    Copy the full SHA
    0cb8857 View commit details
    Browse the repository at this point in the history
  6. fix linter

    ribice committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1e7974e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. add more tests

    ribice committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2919acc View commit details
    Browse the repository at this point in the history
  2. fix test order check

    ribice committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a80ca31 View commit details
    Browse the repository at this point in the history
  3. remove slices usage

    ribice committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9f80641 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 30, 2024

  1. remove global ContinueTrace)

    ribice committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5b071c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72541f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jul 15, 2024

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