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

isTraceSampling is now on by default. tracingOrigins has been replaced by tracePropagationTargets #2255

Merged
merged 31 commits into from
Sep 29, 2022

Commits on Aug 29, 2022

  1. initial implementation for server-side baggage support and third part…

    …y header handling in integrations
    lbloder committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    0205111 View commit details
    Browse the repository at this point in the history
  2. Format code

    getsentry-bot committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b2db551 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. add changelog, dump api

    lbloder committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8d2ef82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/server_side_baggage' of github.com:getsentry/sentr…

    …y-java into feat/server_side_baggage
    lbloder committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2fbb9fe View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix tests

    lbloder committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a06ad71 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. add baggage merge tests

    lbloder committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a383022 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/server_side_baggage

    # Conflicts:
    #	CHANGELOG.md
    lbloder committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b34bc54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f329bf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Update sentry-android-okhttp/src/test/java/io/sentry/android/okhttp/S…

    …entryOkHttpInterceptorTest.kt
    
    Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
    lbloder and adinauer committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    2b0e79e View commit details
    Browse the repository at this point in the history
  2. CR - create override for fromSentryTrace, add more complex pre-existi…

    …ng headers, remove unused parameter in test
    lbloder committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    a46de63 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    6d03e10 View commit details
    Browse the repository at this point in the history
  2. re-introduce max-member limit

    lbloder committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f42fbb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. deprecate traceSampling flag, deprecate tracingOrigins in favor of ne…

    …wly introduced tracePropagationOrigins
    lbloder committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b925630 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    fc52172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b0a9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9580dc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Merge branch 'main' into feat/tracePropagationTargets

    # Conflicts:
    #	sentry-android-navigation/src/test/java/io/sentry/android/navigation/SentryNavigationListenerTest.kt
    #	sentry-apollo-3/src/main/java/io/sentry/apollo3/SentryApollo3HttpInterceptor.kt
    #	sentry-openfeign/src/test/kotlin/io/sentry/openfeign/SentryFeignClientTest.kt
    lbloder committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    47523bc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

    getsentry-bot committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c726c5d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    070949a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6ccc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d018bc View commit details
    Browse the repository at this point in the history
  4. Update sentry/src/main/java/io/sentry/Dsn.java

    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    adinauer and romtsn committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3c4da43 View commit details
    Browse the repository at this point in the history
  5. Format code

    getsentry-bot committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7c1ce3f View commit details
    Browse the repository at this point in the history
  6. Add changelog; fix build

    adinauer committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e9bde17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5955807 View commit details
    Browse the repository at this point in the history
  8. CR

    adinauer committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a3c9a36 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Fix JavaDoc

    adinauer committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0420714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d0849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0ccc3 View commit details
    Browse the repository at this point in the history