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: 8.24.0
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: 8.25.0
Choose a head ref
  • 13 commits
  • 32 files changed
  • 9 contributors

Commits on Oct 22, 2025

  1. Merge branch 'release/8.24.0'

    getsentry-bot committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    36ae203 View commit details
    Browse the repository at this point in the history
  2. Revert "meta(craft): Remove sentry-android-distribution from registry…

    … targets (#4827)" (#4829)
    
    This reverts commit 565c851.
    runningcode authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    27d7cf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. chore(readme): Update Maven Central badges (#4840)

    * chore(readme): Update Maven Central badges
    
    Updated Maven Central badges for various Sentry packages to display current versions.
    
    * Update README.md
    
    * Update README.md
    romtsn authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    5ea2f98 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/download-artifact from 5 to 6 (#4838)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    dependabot[bot] and romtsn authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    69b1821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9514d31 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github/codeql-action from 4.30.8 to 4.31.0 (#4839)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.31.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f443b60...4e94bd1)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    4ca593e View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/upload-artifact from 4 to 5 (#4837)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    1f3a214 View commit details
    Browse the repository at this point in the history
  6. [ANR] Reduced AndroidTransactionProfiler lock (#4817)

    * reduced lock in AndroidTransactionProfiler
    * added unbind of currentProfilingTransactionData on failed starts
    * close always set isRunning to false
    * added comment
    * made currentProfilingTransactionData volatile
    * made AndroidProfiler.isRunning volatile
    stefanosiano authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    725987d View commit details
    Browse the repository at this point in the history
  7. [ANR] Defer some class availability checks (#4825)

    * added lazy class available check to LoadClass
    lazy checking available classes in:
    * ActivityFramesTracker
    * AndroidViewGestureTargetLocator
    stefanosiano authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    539ca63 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. fix(timber): wrong .super() call in SentryTimberTree (#4844)

    * Ensure tests cover non-error timber tags
    
    * Fix wrong super call
    
    * Update Changelog
    markushi authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    8c7e8d9 View commit details
    Browse the repository at this point in the history
  2. Avoid ExecutorService for DefaultCompositePerformanceCollector timeout (

    #4841)
    
    * DefaultCompositePerformanceCollector now stops the performance data collection for timeout on data collection rather than a scheduled background job
    stefanosiano authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    e70d6d4 View commit details
    Browse the repository at this point in the history
  3. Collect PerformanceCollectionData only in sampled transactions (#4834)

    * compositePerformanceCollector is now set only when transaction is sampled
    stefanosiano authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    a1ddfed View commit details
    Browse the repository at this point in the history
  4. release: 8.25.0

    getsentry-bot committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    d9e4e70 View commit details
    Browse the repository at this point in the history
Loading