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.9.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.11.1
Choose a head ref
  • 16 commits
  • 24 files changed
  • 13 contributors

Commits on Apr 22, 2025

  1. Merge branch 'release/8.9.0'

    getsentry-bot committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    b779765 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Update profile chunk rate limit and client report (#4353)

    * update rate limiting profile chunks category from profile_chunk to profile_chunk_ui
    stefanosiano authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    6df3ba5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. chore: update scripts/update-sentry-native-ndk.sh to 0.8.4 (#4343)

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    019275e View commit details
    Browse the repository at this point in the history
  2. Wrap configured ContextStorageProvider if available (#4359)

    * Use SPI to search for other ContextStorageProviders and wrap them instead of using SentryOtelThreadLocalStorage
    
    * Format code
    
    * changelog
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    adinauer and getsentry-bot authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    1d7823d View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 3.28.13 to 3.28.15 (#4331)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.13 to 3.28.15.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b549b9...45775bd)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.28.15
      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>
    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    dependabot[bot] and romtsn authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    b5c443f View commit details
    Browse the repository at this point in the history
  4. Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4346)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@0565863...ad3126e)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.4.2
      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>
    Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
    dependabot[bot] and romtsn authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    093eaa4 View commit details
    Browse the repository at this point in the history
  5. release: 8.10.0

    getsentry-bot committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    426b200 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/8.10.0'

    getsentry-bot committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    6f4313f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Configuration menu
    Copy the full SHA
    468a479 View commit details
    Browse the repository at this point in the history
  2. Make RequestDetailsResolver public (#4326)

    * Make RequestDetailsResolver public
    
    * changelog
    
    * correct changelog
    
    ---------
    
    Co-authored-by: Lorenzo Cian <lorenzo.cian@sentry.io>
    Co-authored-by: Lorenzo Cian <cian.lorenzo@gmail.com>
    3 people authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    58e9007 View commit details
    Browse the repository at this point in the history
  3. fix(replay): Use global visible rect when text layout is not laid out…

    … in Compose (#4361)
    
    * WIP
    
    * fix(replay): Use global visible rect when text layout is not laid out in Compose
    
    * Revert
    
    * Changelog
    romtsn authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    17041e9 View commit details
    Browse the repository at this point in the history
  4. fix(replay): Mask read-only TextField Composables (#4362)

    Newer versions of Compose seem to skip adding a SetText semantic entirely when a TextField is readOnly = true or enabled = false, so we fallback to the EditableText semantic which seems to be always present.
    romtsn authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    02931bf View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. release: 8.11.0

    getsentry-bot committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    6bf7056 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/8.11.0'

    getsentry-bot committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    6b86bb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Fix Android profile chunk envelope type (#4366)

    * fixed profile_chunk envelope type, while keeping the profile_chunk_ui rate limit key
    stefanosiano authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    fdfd2f6 View commit details
    Browse the repository at this point in the history
  2. release: 8.11.1

    getsentry-bot committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    0b38d44 View commit details
    Browse the repository at this point in the history
Loading