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.27.1
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.28.0
Choose a head ref
  • 14 commits
  • 66 files changed
  • 14 contributors

Commits on Nov 24, 2025

  1. Merge branch 'release/8.27.1'

    getsentry-bot committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    120c21c View commit details
    Browse the repository at this point in the history
  2. Fix warning about profile converter in Android (#4931)

    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    lbloder and getsentry-bot authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    8285e52 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Avoid forking rootScopes for Reactor if current thread has NoOpScop…

    …es (#4793)
    
    * Avoid forking rootScopes for Reactor if current thread has NoOpScopes
    
    * release: 8.23.1-alpha.1
    
    * fix changelog; replace hasScopes with bool param on getCurrentScopes
    
    * move changelog entry
    
    * move changelog again
    
    ---------
    
    Co-authored-by: getsentry-bot <bot@sentry.io>
    Co-authored-by: getsentry-bot <bot@getsentry.com>
    3 people authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    d872fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c0bc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. fix(anr): Always report stacktraces for ANRv1 (#4918)

    * refactor(core): Decouple SentryThreadFactory from SentryOptions
    
    * docs: Add PR #4918 to CHANGELOG
    
    * refactor(core): Update API dump after thread factory changes
    
    * Address PR feedback
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG
    
    * Update CHANGELOG.md
    markushi authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    e761994 View commit details
    Browse the repository at this point in the history
  2. feat(replay): Capture network request/response details when using Sen…

    …tryOkHttpListener (#4919)
    
    * Extract NetworkRequestData into Breadcrumb Hint when using SentryOkHttpEventListener
    
    -> Reuse existing logic that retrieves optional SentryOkHttpEvent for the okhttp3.Call, and optionally provide NetworkRequestData for adding to Breadcrumb Hint in SentryOkHttpEvent#finish
    
    
    Couple related changes as well:
    
    * Use case-insensitive comparision when extracting headers
    * Update SentryReplayOptions network request/response API to accept List<String> everywhere
    * CHANGELOG for Network Details extraction
    43jay authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    4742e23 View commit details
    Browse the repository at this point in the history
  3. feat(envelope-item): Support span type (#4935)

    * Support span type
    
    * Update CHANGELOG
    
    * Update CHANGELOG
    
    * Update CHANGELOG
    
    * Update CHANGELOG
    
    Moved 'Support span envelope item type' feature to internal section.
    
    * Add client report recorder and rate limiting case
    
    * Formatting
    
    * Fix test
    
    * Format code
    
    ---------
    
    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    buenaflor and getsentry-bot authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    fc5ccaf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

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

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    a0991f1 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 4.31.2 to 4.31.5 (#4940)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0499de3...fdbfb4d)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.5
      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 Dec 2, 2025
    Configuration menu
    Copy the full SHA
    951caf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    d36d909 View commit details
    Browse the repository at this point in the history
  2. fix: handle unparseable mime-type (#4939)

    * fix: handle unparseable mime-type
    
    * fix: apply same catch on sentry-spring-7
    
    * chore: add CHANGELOG
    
    * change Spring Boot 3 / Spring 6 implementation
    
    ---------
    
    Co-authored-by: Alexander Dinauer <alexander.dinauer@sentry.io>
    Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
    3 people authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    10be7df View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/checkout from 5 to 6 (#4928)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    ee35ac3 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    2ab9d50 View commit details
    Browse the repository at this point in the history
  2. release: 8.28.0

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