-
-
Notifications
You must be signed in to change notification settings - Fork 476
Comparing changes
Open a pull request
base repository: getsentry/sentry-java
base: 8.42.0
head repository: getsentry/sentry-java
compare: 8.43.0
- 13 commits
- 50 files changed
- 10 contributors
Commits on May 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 40dd6d0 - Browse repository at this point
Copy the full SHA 40dd6d0View commit details -
chore(deps): bump idna in the uv group across 1 directory (#5451)
Bumps the uv group with 1 update in the / directory: [idna](https://github.com/kjd/idna). Updates `idna` from 3.10 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 184b991 - Browse repository at this point
Copy the full SHA 184b991View commit details
Commits on May 21, 2026
-
chore(ci): Skip Spring Boot tests when updating Android modules (#5453)
* chore(ci): Skip Spring Boot matrix jobs on Android-only pull requests (JAVA-510) Prior to this commit, Android-only PRs were silently triggering 14 unrelated Spring Boot matrix jobs (up to 45 min each). This commit fixes that by adding missing PR filters for all Android directories, letting us skip Spring Boot CI entirely when nothing Spring-related changes. Note: Every push to main still runs the full matrix. --------- Co-authored-by: Cursor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9392427 - Browse repository at this point
Copy the full SHA 9392427View commit details -
chore(ci): Skip backend system tests when updating Android modules (#…
…5455) chore(ci): Stop backend system tests from running on Android-only PRs (JAVA-519) Prior to this commit, Android-only PRs were silently triggering 24 unrelated backend system test jobs (up to 10 min each). This update lets us skip those jobs when we don't need them. Note: Every push to main still runs the full matrix. --------- Co-authored-by: Cursor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93590c4 - Browse repository at this point
Copy the full SHA 93590c4View commit details -
chore(ai): Add check-code-attribution skill (JAVA-499) (#5449)
chore(ai): Add check-code-attribution skill (JAVA-499) Adds a check-code-attribution skill that validates license headers + THIRD_PARTY_NOTICES.md entries for code copied or adapted from third parties. Also verifies license compatiblity against Sentry's licensing policy. Focus is limited to the branch diff. Reports any issues found via PR comments (when run on CI) or to the terminal (when run locally). To run it in Claude Code: ``` /check-code-attribution ``` Runs on CI automatically via [Warden](https://warden.sentry.dev/). - Purely advisory / does not block merge. - Generates PR comments with code suggestions for all discovered issues. - Automatically manages removing stale comments as PRs are updated. Current Warden configs: ┌─────────────────┬─────────────────────────────┬───────────────────────────────────────────────────┐ │ Setting │ Value │ Effect │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ model │ anthropic/claude-sonnet-4-6 │ Model used for analysis │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ maxTurns │ 30 │ Max tool calls per chunk │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ skill │ check-code-attribution │ Per-file vendored code attribution check │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ failOn │ off │ Do not fail workflow if attribution issues found │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ reportOn │ medium │ Show findings at >= medium severity via PR comment│ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ requestChanges │ false │ Never post REQUEST_CHANGES comments on PRs │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ failCheck │ false │ No red X on workflow in GitHub UI if it fails │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ triggers │ pull_request + local │ Runs on PR open/sync and local warden invocations │ ├─────────────────┼─────────────────────────────┼───────────────────────────────────────────────────┤ │ reportOnSuccess │ false (default) │ No comment when everything is clean │ └─────────────────┴─────────────────────────────┴───────────────────────────────────────────────────┘ Going forward, we can consider blocking PRs once we've had a chance to vet behavior in the wild.
Configuration menu - View commit details
-
Copy full SHA for c3ee041 - Browse repository at this point
Copy the full SHA c3ee041View commit details
Commits on May 22, 2026
-
chore(build): Enable configuration cache parallel (#5461)
Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e489041 - Browse repository at this point
Copy the full SHA e489041View commit details -
ref(build): Move apply<MavenPublishPlugin>() outside afterEvaluate (#…
…5464) Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44472da - Browse repository at this point
Copy the full SHA 44472daView commit details
Commits on May 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9669c2d - Browse repository at this point
Copy the full SHA 9669c2dView commit details -
chore(build): Remove IDEA-316081 toolchain workaround (#5465)
The Gradle taskGraph workaround for the IntelliJ IDEA toolchain bug (IDEA-316081) is no longer needed. Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58e0436 - Browse repository at this point
Copy the full SHA 58e0436View commit details -
feat(replay): Add ReplayFrameObserver for snapshot testing (#5386)
* feat(replay): Add beforeStoreFrame callback (JAVA-504) Add an experimental callback that fires right before a replay frame is stored to disk. The callback receives the masked bitmap (via Hint), timestamp, and current screen name. This enables snapshot testing of replay masking without needing to decode stored video segments. Includes a Kotlin extension for ergonomic usage: options.sessionReplay.beforeStoreFrame { bitmap, ts, screen -> ... } Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * feat(replay): Add replay snapshot UI test with Sauce Labs collection (JAVA-504) Add ReplaySnapshotTest that uses the beforeStoreFrame callback to capture masked replay frames during a Compose UI test. Frames are written to the Downloads/sauce_labs_custom_screenshots/ directory, which is the standard path Sauce Labs collects screenshots from. CI changes: - Add *.png to Sauce Labs artifact match patterns - Upload collected replay snapshots via sentry-cli build snapshots Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Use Java API in snapshot test to avoid extension dep (JAVA-504) The Kotlin extension `beforeStoreFrame` comes from `sentry-android-replay` which may not resolve in the UI test module. Use the Java callback API directly instead. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Skip snapshot test on GH emulators and add changelog (JAVA-504) GH Actions emulators don't support screenshot capture for replay, so the ReplaySnapshotTest needs the same assumeThat guard used by ReplayTest. Also adds a changelog entry for the beforeStoreFrame callback. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Apply suggestion from @markushi Co-authored-by: Markus Hintersteiner <[email protected]> * refactor(replay): Replace beforeStoreFrame with ReplaySnapshotObserver (JAVA-504) Move the frame observer API from the core sentry module to sentry-android-replay so it can use Bitmap directly instead of the Hint indirection. The new ReplaySnapshotObserver fun interface lives in the replay module and is set on ReplayIntegration. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Mark ReplaySnapshotObserver as experimental and use Set in test (JAVA-504) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Add @ApiStatus.Experimental to ReplaySnapshotObserver (JAVA-504) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Make snapshotObserver public for cross-module access (JAVA-504) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Exclude ReplaySnapshotTest when integrations disabled (JAVA-504) Move ReplaySnapshotTest to a conditional androidTestReplay source set so it's only compiled when APPLY_SENTRY_INTEGRATIONS is true. The test imports replay classes that aren't on the classpath otherwise. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Copy bitmap before passing to ReplaySnapshotObserver (JAVA-504) Consumers of the observer API receive a copy of the bitmap instead of the replay system's shared instance. This eliminates race conditions and crashes when consumers store or use the bitmap asynchronously. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * refactor(replay): Move ReplaySnapshotObserver to SentryReplayOptions with Hint API (JAVA-504) Move ReplaySnapshotObserver from the replay module to SentryReplayOptions in the core module and change the callback signature to use Hint instead of Bitmap. The bitmap is now accessible via TypeCheckHint.REPLAY_FRAME_BITMAP. This allows configuring the observer during Sentry.init{} alongside other replay options, removing the need to cast replayController to ReplayIntegration. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(replay): Remove unnecessary jetbrains-annotations dependency (JAVA-504) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * refactor(replay): Rename ReplaySnapshotObserver to ReplayFrameObserver (JAVA-504) Rename the interface to ReplayFrameObserver and the callback method to onMaskedFrameCaptured to clarify that frames have masking applied. Also update the changelog with a usage snippet. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Format code * fix(replay): Call onMaskedFrameCaptured in File-based onScreenshotRecorded (JAVA-504) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * fix(changelog): Move replay entry to Unreleased section (JAVA-504) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --------- Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]> Co-authored-by: Markus Hintersteiner <[email protected]> Co-authored-by: Sentry Github Bot <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 14c1d7e - Browse repository at this point
Copy the full SHA 14c1d7eView commit details
Commits on May 27, 2026
-
chore(build): Apply Develocity build scans plugin (#5469)
* chore(build): Apply Develocity build scans plugin Adds the com.gradle.develocity plugin to settings.gradle.kts to publish a build scan on every Gradle invocation. This enables build performance insights and debugging via scans.gradle.com. Co-Authored-By: Claude Opus 4.6 <[email protected]> * ref(build): Remove redundant publishingOnlyIf Publishing on every build is the default behavior once the terms of use are accepted. Co-Authored-By: Claude Opus 4.6 <[email protected]> * chore(build): Apply common custom user data plugin Adds the com.gradle.common-custom-user-data-gradle-plugin to capture additional build metadata (Git, CI environment) in Develocity build scans. Co-Authored-By: Claude Opus 4.6 <[email protected]> --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8ed47a - Browse repository at this point
Copy the full SHA b8ed47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a911f6d - Browse repository at this point
Copy the full SHA a911f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1702e5 - Browse repository at this point
Copy the full SHA c1702e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.42.0...8.43.0