chore(deps): update Java SDK to v8.35.0#5017
Merged
jamescrosswell merged 3 commits intomainfrom Mar 15, 2026
Merged
Conversation
Sentry.Bindings.Android net10.0-android36.0 failed with 1 error(s) (2.6s)
/Users/jpnurmi/Projects/sentry/sentry-dotnet/src/Sentry.Bindings.Android/obj/Release/net10.0-android36.0/generated/src/IO.Sentry.Android.Core.Anr.AnrStackTrace.cs(20,74): error CS0535: 'AnrStackTrace' does not implement interface member 'IComparable.CompareTo(Object)'
Sentry.Bindings.Android net9.0-android35.0 failed with 1 error(s) (2.3s)
/Users/jpnurmi/Projects/sentry/sentry-dotnet/src/Sentry.Bindings.Android/obj/Release/net9.0-android35.0/generated/src/IO.Sentry.Android.Core.Anr.AnrStackTrace.cs(20,74): error CS0535: 'AnrStackTrace' does not implement interface member 'IComparable.CompareTo(Object)'
Contributor
Author
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Dependencies ⬆️Deps
🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5017 +/- ##
==========================================
+ Coverage 73.92% 73.93% +0.01%
==========================================
Files 497 497
Lines 17974 17974
Branches 3517 3517
==========================================
+ Hits 13287 13289 +2
+ Misses 3832 3826 -6
- Partials 855 859 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jpnurmi
approved these changes
Mar 13, 2026
Collaborator
jpnurmi
left a comment
There was a problem hiding this comment.
I pushed a couple of commits to fix things for 8.35.0. There are explanations in the respective commit messages. :)
jamescrosswell
approved these changes
Mar 15, 2026
Collaborator
jamescrosswell
left a comment
There was a problem hiding this comment.
Nice - thanks @jpnurmi !
This was referenced Mar 30, 2026
evgenygunko
pushed a commit
to evgenygunko/CopyWordsDA
that referenced
this pull request
Mar 31, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | minor | `6.2.0` -> `6.3.0` | --- ### Release Notes <details> <summary>getsentry/sentry-dotnet (Sentry.Maui)</summary> ### [`v6.3.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#630) [Compare Source](getsentry/sentry-dotnet@6.2.0...6.3.0) ##### Features - The *Metrics* APIs are now stable: removed `Experimental` from `SentrySdk`, `SentryOptions` and `IHub` ([#​5023](getsentry/sentry-dotnet#5023)) - Report a new *Diagnostic* (`SENTRY1001`) when a Metrics-API is invoked with an unsupported numeric type ([#​4840](getsentry/sentry-dotnet#4840)) ##### Fixes - Common tags such as `Environment` and `Release` and custom event processors are all now correctly applied to CaptureFeedback events ([#​4942](getsentry/sentry-dotnet#4942)) - Include `Data` set via `ITransactionTracer` in `SentryTransaction` ([#​4148](getsentry/sentry-dotnet#4148)) ##### Dependencies - Bump Cocoa SDK from v9.5.0 to v9.7.0 ([#​4958](getsentry/sentry-dotnet#4958), [#​5015](getsentry/sentry-dotnet#5015)) - Bump CLI from v3.3.0 to v3.3.3 ([#​5002](getsentry/sentry-dotnet#5002)) - Bump Java SDK from v8.34.1 to v8.35.0 ([#​5017](getsentry/sentry-dotnet#5017)) - Bump Native SDK from v0.13.2 to v0.13.3 ([#​5045](getsentry/sentry-dotnet#5045)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!". 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
github-merge-queue bot
pushed a commit
to DFE-Digital/teaching-record-system
that referenced
this pull request
Apr 1, 2026
…3244) Pinned [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet) at 6.3.0. <details> <summary>Release notes</summary> _Sourced from [Sentry.AspNetCore's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.3.0 ### Features - The _Metrics_ APIs are now stable: removed `Experimental` from `SentrySdk`, `SentryOptions` and `IHub` ([#5023](getsentry/sentry-dotnet#5023)) - Report a new _Diagnostic_ (`SENTRY1001`) when a Metrics-API is invoked with an unsupported numeric type ([#4840](getsentry/sentry-dotnet#4840)) ### Fixes - Common tags such as `Environment` and `Release` and custom event processors are all now correctly applied to CaptureFeedback events ([#4942](getsentry/sentry-dotnet#4942)) - Include `Data` set via `ITransactionTracer` in `SentryTransaction` ([#4148](getsentry/sentry-dotnet#4148)) ### Dependencies - Bump Cocoa SDK from v9.5.0 to v9.7.0 ([#4958](getsentry/sentry-dotnet#4958), [#5015](getsentry/sentry-dotnet#5015)) - Bump CLI from v3.3.0 to v3.3.3 ([#5002](getsentry/sentry-dotnet#5002)) - Bump Java SDK from v8.34.1 to v8.35.0 ([#5017](getsentry/sentry-dotnet#5017)) - Bump Native SDK from v0.13.2 to v0.13.3 ([#5045](getsentry/sentry-dotnet#5045)) Commits viewable in [compare view](getsentry/sentry-dotnet@6.2.0...6.3.0). </details> Updated [Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet) from 6.2.0 to 6.3.0. <details> <summary>Release notes</summary> _Sourced from [Sentry.Extensions.Logging's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.3.0 ### Features - The _Metrics_ APIs are now stable: removed `Experimental` from `SentrySdk`, `SentryOptions` and `IHub` ([#5023](getsentry/sentry-dotnet#5023)) - Report a new _Diagnostic_ (`SENTRY1001`) when a Metrics-API is invoked with an unsupported numeric type ([#4840](getsentry/sentry-dotnet#4840)) ### Fixes - Common tags such as `Environment` and `Release` and custom event processors are all now correctly applied to CaptureFeedback events ([#4942](getsentry/sentry-dotnet#4942)) - Include `Data` set via `ITransactionTracer` in `SentryTransaction` ([#4148](getsentry/sentry-dotnet#4148)) ### Dependencies - Bump Cocoa SDK from v9.5.0 to v9.7.0 ([#4958](getsentry/sentry-dotnet#4958), [#5015](getsentry/sentry-dotnet#5015)) - Bump CLI from v3.3.0 to v3.3.3 ([#5002](getsentry/sentry-dotnet#5002)) - Bump Java SDK from v8.34.1 to v8.35.0 ([#5017](getsentry/sentry-dotnet#5017)) - Bump Native SDK from v0.13.2 to v0.13.3 ([#5045](getsentry/sentry-dotnet#5045)) Commits viewable in [compare view](getsentry/sentry-dotnet@6.2.0...6.3.0). </details> Pinned [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) at 6.3.0. <details> <summary>Release notes</summary> _Sourced from [Sentry.Serilog's releases](https://github.com/getsentry/sentry-dotnet/releases)._ ## 6.3.0 ### Features - The _Metrics_ APIs are now stable: removed `Experimental` from `SentrySdk`, `SentryOptions` and `IHub` ([#5023](getsentry/sentry-dotnet#5023)) - Report a new _Diagnostic_ (`SENTRY1001`) when a Metrics-API is invoked with an unsupported numeric type ([#4840](getsentry/sentry-dotnet#4840)) ### Fixes - Common tags such as `Environment` and `Release` and custom event processors are all now correctly applied to CaptureFeedback events ([#4942](getsentry/sentry-dotnet#4942)) - Include `Data` set via `ITransactionTracer` in `SentryTransaction` ([#4148](getsentry/sentry-dotnet#4148)) ### Dependencies - Bump Cocoa SDK from v9.5.0 to v9.7.0 ([#4958](getsentry/sentry-dotnet#4958), [#5015](getsentry/sentry-dotnet#5015)) - Bump CLI from v3.3.0 to v3.3.3 ([#5002](getsentry/sentry-dotnet#5002)) - Bump Java SDK from v8.34.1 to v8.35.0 ([#5017](getsentry/sentry-dotnet#5017)) - Bump Native SDK from v0.13.2 to v0.13.3 ([#5045](getsentry/sentry-dotnet#5045)) Commits viewable in [compare view](getsentry/sentry-dotnet@6.2.0...6.3.0). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.34.1 to 8.35.0.
Auto-generated by a dependency updater.
Changelog
8.35.0
Fixes
Features
options.setAnrProfilingSampleRate(<sample-rate>)or AndroidManifest.xml:<meta-data android:name="io.sentry.anr.profiling.sample-rate" android:value="[0.0-1.0]" />Behavioral Changes
enableAnrFingerprintingoption which assigns static fingerprints to ANR events with system-only stacktracesjava.langorandroid.os) are grouped into a single issue instead of creating many separate issuesoptions.setEnableAnrFingerprinting(false)or AndroidManifest.xml:<meta-data android:name="io.sentry.anr.enable-fingerprinting" android:value="false" />Features
Full CHANGELOG.md diff
Changelog Entry
protobuf-javalite3.25.8 dependency with a light-weightepitaph0.1.0 alternative on Android (getsentry/sentry-java#5157)