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 #2788

Merged
merged 30 commits into from
Jun 30, 2023
Merged

Tracing without Performance #2788

merged 30 commits into from
Jun 30, 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. Extra variable

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

Commits on Jun 27, 2023

  1. Apply suggestions from code review

    Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
    adinauer and marandaneto committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7db620b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38956f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

    adinauer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ef08924 View commit details
    Browse the repository at this point in the history
  3. Update sentry-android-core/src/main/java/io/sentry/android/core/Activ…

    …ityLifecycleIntegration.java
    
    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    adinauer and romtsn committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    747ae3b View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2eb2140 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23dcd1a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Apply suggestions from code review

    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    adinauer and romtsn committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a360064 View commit details
    Browse the repository at this point in the history