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 code that set tracesSampleRate to 0.0 for Spring Boot if not set #2800

Merged
merged 26 commits into from
Jul 3, 2023

Commits on Jun 14, 2023

  1. TwP

    adinauer committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fdf5953 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix tests

    adinauer committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6eba5bc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    537b3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686eb4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62a3b39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e850af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ad792 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    3cb799c View commit details
    Browse the repository at this point in the history
  2. Add changelog

    adinauer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5feaac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf3e3e View commit details
    Browse the repository at this point in the history
  4. Add test for TracingUtils

    adinauer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1b1f062 View commit details
    Browse the repository at this point in the history
  5. More tests

    adinauer committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    66e4bdb View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    b6bfe7e View commit details
    Browse the repository at this point in the history
  2. Format code

    getsentry-bot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    104ac37 View commit details
    Browse the repository at this point in the history
  3. Changes according to reviews

    - continueTrace now returns a TransactionContext making it easier to
      create a transaction from incoming headers
    - TransactionContext now has defaults for name, source and op and
      setters for them
    - deprecate traceHeaders() and replace with getTraceparent()
    - rename baggageHeader() to getBaggage()
    - getBaggage() no longer takes pre existing headers
    - add trace context to envelope payload from scope if none present and
      no span on scope
    - improve JavaDoc
    - create new PropagationContext when cloning scope
    adinauer committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2266d58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13a6a38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bb6886 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. More tests

    adinauer committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    49b1699 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    e7e50bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5f6aa View commit details
    Browse the repository at this point in the history
  3. Default to false for sampled decision of incoming trace without expli…

    …cit sampling decision
    adinauer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1ec1b5d View commit details
    Browse the repository at this point in the history
  4. Remove workaround

    adinauer committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    29f9cd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Changelog

    adinauer committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    67813f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    908b60e View commit details
    Browse the repository at this point in the history
  2. changelog

    adinauer committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cbfad4f View commit details
    Browse the repository at this point in the history
  3. fix changelog

    adinauer committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    09c8022 View commit details
    Browse the repository at this point in the history