Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e687305
Choose a base ref
...
head repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 385ce06
Choose a head ref
  • 17 commits
  • 86 files changed
  • 8 contributors

Commits on Jun 27, 2025

  1. Merge branch 'release/8.16.0'

    getsentry-bot committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    596fe1e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Fix javadoc on TransportResult (#4528)

    * Fix javadoc on TransportResult
    
    * changelog
    adinauer authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    736a33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f84e24 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github/codeql-action from 3.29.0 to 3.29.1 (#4529)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 3.29.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ce28f5b...39edc49)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    cd0db63 View commit details
    Browse the repository at this point in the history
  4. Flattened PerformanceCollectionData (#4505)

    * Merged CpuCollectionData and MemoryCollectionData into PerformanceCollectionData
    * PerformanceCollectionData now contains timestamp in nanoseconds, so we don't store Date objects anymore
    * Removed date objects from ProfileMeasurementValue
    stefanosiano authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    7f91916 View commit details
    Browse the repository at this point in the history
  5. Optimize when maxBreadcrumb is 0 (#4504)

    * breadcumbs queue is now a simple DisabledQueue when maxBreadcrumb is 0
    * if breadcumbs is a DisabledQueue, no more processing is done (beforeBreadcrumb or scopeObservers)
    stefanosiano authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    0f37c1d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Set thread information on transaction from OpenTelemetry attributes (#…

    …4478)
    
    Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    3 people authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    8094503 View commit details
    Browse the repository at this point in the history
  2. fix(replay): Fix IllegalArgumentException when Bitmap is initiali…

    …zed with non-positive values (#4536)
    
    * fix(replay): Fix crash when hasSize returns true for negative values
    
    * spotless
    
    * Changelog
    romtsn authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    b90f667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a3c8a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Merge branch 'release/8.16.1-alpha.2'

    getsentry-bot committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    f43539f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Send logcat through Sentry Logs (#4487)

    * SentryLogcatAdapter now forwards output to Sentry Logs, if enabled
    stefanosiano authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    bc15877 View commit details
    Browse the repository at this point in the history
  2. Send Timber logs through Sentry Logs (#4490)

    * logs captured by Timber are now sent as Sentry Logs
    stefanosiano authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    d1e46e5 View commit details
    Browse the repository at this point in the history
  3. Bump OpenTelemetry SDK to 1.51.0, instrumentation to 2.17.0 and s…

    …emconv to `1.34.0` (#4532)
    
    * Bump OTel SDK to 1.51.0, instrumentation to 2.17.0 and semconv to 1.34.0
    
    * Restore span names for GraphQL on the new version of OpenTelemetry (by changing OpenTelemetry defaults) (#4537)
    
    * do not override span name if customized
    
    * Format code
    
    * log in case system property cannot be set
    
    * merge
    
    * changelog
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    
    * Use non alpha version for semconv
    
    * move changelog entry
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    10ae067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e0d085 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    328d1a1 View commit details
    Browse the repository at this point in the history
  2. Improve detail of E2E test assertions (#4543)

    * Bump OTel SDK to 1.51.0, instrumentation to 2.17.0 and semconv to 1.34.0
    
    * Restore span names for GraphQL on the new version of OpenTelemetry (by changing OpenTelemetry defaults) (#4537)
    
    * do not override span name if customized
    
    * Format code
    
    * log in case system property cannot be set
    
    * merge
    
    * changelog
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    
    * more assertions for e2e tests
    
    * Use non alpha version for semconv
    
    * fix changelog
    
    * Format code
    
    * api file and format
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    7606f3f View commit details
    Browse the repository at this point in the history
  3. release: 8.17.0

    getsentry-bot committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    385ce06 View commit details
    Browse the repository at this point in the history
Loading