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

Replace tracestate header with baggage #2078

Merged
merged 27 commits into from
Jun 15, 2022

Commits on Jun 3, 2022

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

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

  1. Re-add experimental flag

    adinauer committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ed86e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66136e9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/replace-trace-state-with-baggage' of github.com:ge…

    …tsentry/sentry-java into feat/replace-trace-state-with-baggage
    adinauer committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bc421ba View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    49561ec View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    adinauer committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4321a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a95be3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e5314e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Change limit from per value to total baggage string length of 8192; a…

    …lso limit list members to 64 for baggage
    adinauer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1247b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83ff56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318079d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c1195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    390754d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Update sentry/src/main/java/io/sentry/SentryOptions.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5cc731d View commit details
    Browse the repository at this point in the history
  2. Update sentry/src/main/java/io/sentry/SentryOptions.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    943d730 View commit details
    Browse the repository at this point in the history
  3. Update sentry/src/main/java/io/sentry/Baggage.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ad095b3 View commit details
    Browse the repository at this point in the history
  4. Update sentry/src/main/java/io/sentry/Baggage.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    04cff15 View commit details
    Browse the repository at this point in the history
  5. Update sentry/src/main/java/io/sentry/Baggage.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    82a6874 View commit details
    Browse the repository at this point in the history
  6. Update sentry/src/main/java/io/sentry/SentryOptions.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7929a6e View commit details
    Browse the repository at this point in the history
  7. Update sentry/src/main/java/io/sentry/SentryOptions.java

    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    adinauer and romtsn committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1b6d330 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/replace-trace-state-with-baggage' of github.com:ge…

    …tsentry/sentry-java into feat/replace-trace-state-with-baggage
    adinauer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    15bbb0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37aab6d View commit details
    Browse the repository at this point in the history
  10. More Code Review changes

    adinauer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    44b0024 View commit details
    Browse the repository at this point in the history
  11. Format code

    getsentry-bot committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d0acca4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcbeef9 View commit details
    Browse the repository at this point in the history