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: c0cc0fa
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: 96c10a1
Choose a head ref
  • 14 commits
  • 18 files changed
  • 11 contributors

Commits on Jan 15, 2026

  1. Merge branch 'release/8.30.0'

    getsentry-bot committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    a7a2837 View commit details
    Browse the repository at this point in the history
  2. feat: Allow setting native SDK name in manifest (#5027)

    * Added native sdk name to manifest reader
    
    * Updated CHANGELOG.md
    
    * Update Changelog
    
    ---------
    
    Co-authored-by: Markus Hintersteiner <[email protected]>
    bitsandfoxes and markushi authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    1edbdfa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

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

Commits on Jan 19, 2026

  1. build(deps): bump github/codeql-action from 4.31.8 to 4.31.10 (#5032)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.10.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@1b168cd...cdefb33)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    51d902f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847c2d4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump JamesIves/github-pages-deploy-action (#5015)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.6 to 4.8.0.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@9d877ee...d92aa23)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-action
      dependency-version: 4.8.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 Jan 19, 2026
    Configuration menu
    Copy the full SHA
    fb05841 View commit details
    Browse the repository at this point in the history
  4. ci(release): Switch from action-prepare-release to Craft (#5014)

    * ci(release): Switch from action-prepare-release to Craft
    
    This PR migrates from the deprecated action-prepare-release to the new
    Craft GitHub Actions (reusable workflow or composite action).
    
    Changes:
    - Migrate .github/workflows/release.yml to Craft reusable workflow
    
    * ci(release): Restore GitHub App token authentication
    
    The previous migration incorrectly removed the GitHub App token
    authentication step. This commit restores it by switching to the
    composite action pattern which preserves the auth flow.
    
    * fix: Pin actions to SHA and add permissions blocks
    
    * fix: Use correct action version SHAs (restore original versions)
    
    * fix: Clean up action version comments
    
    * Update Craft SHA to 1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce
    
    * Add explicit permissions block to agp-matrix.yml
    
    * Add explicit permissions block to enforce-license-compliance.yml
    
    * Add explicit permissions block to generate-javadocs.yml
    
    * Add explicit permissions block to integration-tests-benchmarks.yml
    
    * Add explicit permissions block to integration-tests-ui-critical.yml
    
    * Add explicit permissions block to integration-tests-ui.yml
    
    * Revert permissions changes to agp-matrix.yml
    
    * Revert permissions changes to enforce-license-compliance.yml
    
    * Revert permissions changes to generate-javadocs.yml
    
    * Revert permissions changes to integration-tests-benchmarks.yml
    
    * Revert permissions changes to integration-tests-ui-critical.yml
    
    * Revert permissions changes to integration-tests-ui.yml
    
    * fix: revert extraneous changes to non-release workflow files
    
    * fix: clean up release.yml formatting and version comments
    
    * build(craft): Update Craft action to c6e2f04
    
    * chore: add unlabeled trigger to changelog-preview
    
    ---------
    
    Co-authored-by: Roman Zavarnitsyn <[email protected]>
    BYK and romtsn authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    94bff8d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    804bd88 View commit details
    Browse the repository at this point in the history
  2. fix(logs): Check sendDefaultPii before attaching user attributes (#…

    …5036)
    
    * Check sendDefaultPii before attaching user attributes to logs
    
    * changelog
    
    * move changelog entry to fixes
    adinauer authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    8107c75 View commit details
    Browse the repository at this point in the history
  3. feat(logs): Replace sentry.trace.parent_span_id attribute with `spa…

    …nId` property on `SentryLogEvent` (#5040)
    
    * Switch from span id attribute to property on SentryLogEvent
    
    * changelog
    adinauer authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    8df0d02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1564554 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. fix(dependencies): Downgrade protobuf-javalite from 4.33.1 to 3.25.8 (#…

    …5044)
    
    * Downgrade protobuf-lite from 4.x to 3.x
    
    * Update Changelog
    markushi authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    feb0da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b852f View commit details
    Browse the repository at this point in the history
  3. release: 8.31.0

    markushi committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    96c10a1 View commit details
    Browse the repository at this point in the history
Loading