Bump io.sentry:sentry-bom from 7.17.0 to 8.17.0#267
Conversation
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 7.17.0 to 8.17.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/commits) --- updated-dependencies: - dependency-name: io.sentry:sentry-bom dependency-version: 8.17.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
I've also sent the release notes of 8.0 release to Junie and asked if the project is compatible, which confirms things look good Impact of Sentry 8.17.0 Update on Automattic-Tracks-Android ProjectBased on my analysis of the Sentry 8.17.0 release notes and the project's codebase, the update should have minimal impact on this project. Here's a detailed assessment: ✅ No Breaking Changes DetectedThe project appears to be well-positioned for the Sentry 8.x upgrade:
🔄 Behavioral Changes That May Affect the Project
📋 Configuration AnalysisThe project's Sentry configuration in options.apply {
dsn = dataProvider.sentryDSN
environment = dataProvider.buildType
tracesSampleRate = tracesSampleRate // ✅ Correct way to enable performance
profilesSampleRate = profilesSampleRate // ✅ Correct configuration
isEnableAutoSessionTracking = true // ✅ Compatible
// ... other configurations are also compatible
}🎯 ConclusionThe Sentry 8.17.0 update should NOT significantly affect this project's behavior. The project:
The main benefits will be:
Recommendation: The update can be applied safely with minimal risk of breaking changes. |
|
cc: @ParaskP7 as this also makes Tracks 16kb-compatible |
|
Oh cool, yes, I've been following this |

Related: AINFRA-499
Bumps io.sentry:sentry-bom from 7.17.0 to 8.17.0.
Release notes
Sourced from io.sentry:sentry-bom's releases.
... (truncated)
Changelog
Sourced from io.sentry:sentry-bom's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)