chore(deps): update Java SDK to v8.26.0 - #4728
#4728Merged
jamescrosswell merged 2 commits intoNov 19, 2025
maingetsentry/sentry-dotnet:mainfrom
deps/scripts/update-java.ps1getsentry/sentry-dotnet:deps/scripts/update-java.ps1Copy head branch name to clipboard
Merged
chore(deps): update Java SDK to v8.26.0#4728jamescrosswell merged 2 commits intomaingetsentry/sentry-dotnet:mainfrom deps/scripts/update-java.ps1getsentry/sentry-dotnet:deps/scripts/update-java.ps1Copy head branch name to clipboard
jamescrosswell merged 2 commits into
maingetsentry/sentry-dotnet:mainfrom
deps/scripts/update-java.ps1getsentry/sentry-dotnet:deps/scripts/update-java.ps1Copy head branch name to clipboard
Conversation
github-actions
Bot
requested review from
Flash0ver and
jamescrosswell
as code owners
November 12, 2025 07:08
bruno-garcia
force-pushed
the
deps/scripts/update-java.ps1
branch
from
November 12, 2025 07:08
72648cc to
9334b32
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4728 +/- ##
==========================================
+ Coverage 73.66% 73.68% +0.01%
==========================================
Files 476 476
Lines 17449 17449
Branches 3455 3455
==========================================
+ Hits 12854 12857 +3
+ Misses 3747 3744 -3
Partials 848 848 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jamescrosswell
previously requested changes
Nov 12, 2025
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Blocking until we've merged version6
bruno-garcia
force-pushed
the
deps/scripts/update-java.ps1
branch
from
November 14, 2025 03:20
9334b32 to
19dd815
Compare
jamescrosswell
self-requested a review
November 16, 2025 22:49
bruno-garcia
force-pushed
the
deps/scripts/update-java.ps1
branch
from
November 17, 2025 03:22
19dd815 to
5abcd76
Compare
bruno-garcia
force-pushed
the
deps/scripts/update-java.ps1
branch
from
November 18, 2025 03:20
5abcd76 to
5653b5d
Compare
Avoids the following errors:
Sentry.Bindings.Android net10.0-android36.0 failed with 3 error(s) (1.2s)
src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Util.Network.INetworkBody.cs(18,68): error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromJsonArray(IList<Object>)'
src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Util.Network.INetworkBody.cs(36,68): error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromJsonObject(IDictionary<string, Object>)'
src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Util.Network.INetworkBody.cs(54,68): error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromString(string)'
Collaborator
|
I pushed a proposal to remove NetworkBody to avoid the following errors: |
Collaborator
Thanks JP... I guess it's either that or change the visibility on it, but if we're not using it for anything, we may as well remove it. |
jamescrosswell
approved these changes
Nov 19, 2025
This was referenced Dec 7, 2025
Merged
This was referenced May 12, 2026
This was referenced May 25, 2026
This was referenced Jun 2, 2026
This was referenced Jun 19, 2026
This was referenced Jun 29, 2026
This was referenced Jul 10, 2026
This was referenced Jul 18, 2026
This was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-java.ps1 from 8.24.0 to 8.26.0.
Auto-generated by a dependency updater.
Changelog
8.26.0
Features
Sentry.addFeatureFlag("my-feature-flag", true);) writes to scopes and the current span (if there is one)IScope,IScopes,ISpanandITransactiondirectlyFixes
DefaultReplayBreadcrumbConverterif replay is available (#4888)Improvements
timber.taglog attribute (#4845)Dependencies
8.25.0
Fixes
Improvements
sampled == null) won't be collecting any performance data anymore (CPU, RAM, slow/frozen frames).Dependencies