build(deps): bump io.sentry:sentry-android from 8.50.1 to 8.51.0 in /android - #1357
build(deps): bump io.sentry:sentry-android from 8.50.1 to 8.51.0 in /android#1357dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 8.50.1 to 8.51.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@8.50.1...8.51.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-version: 8.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 37600e5. Configure here.
| dependencies { | ||
| implementation project(':capacitor-android') | ||
| implementation 'io.sentry:sentry-android:8.50.1' | ||
| implementation 'io.sentry:sentry-android:8.51.0' |
There was a problem hiding this comment.
Missing outbox mkdirs after Sentry bump
High Severity
Bumping sentry-android to 8.51.0 adopts a breaking change where outbox/cache dirs are no longer created during Sentry.init. This hybrid SDK’s captureEnvelope path still forwards envelopes via InternalSentrySdk.captureEnvelope without ensuring the outbox directory exists first, so early Android envelope writes can fail and drop JS events.
Reviewed by Cursor Bugbot for commit 37600e5. Configure here.
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
|
Superseded by #1382. |


Bumps io.sentry:sentry-android from 8.50.1 to 8.51.0.
Release notes
Sourced from io.sentry:sentry-android's releases.
Changelog
Sourced from io.sentry:sentry-android's changelog.
Commits
b01b159release: 8.51.01c74da0chore(changelog): Fix Changelog (#5868)7055ed1feat(profiling): Add Android ProfilingManager (Perfetto) support (#5251)80c3e67build: Replace Gradle APIs removed in Gradle 10 (#5864)1b40080fix(anr): Use Proguard ID from origination ANR process with ANR profie chunks...91e71acbuild: Upgrade Gradle to 9.6.1 (#5863)8f86119fix(anr-profiling): Properly bill ANR profiling under UI Profile Hours (#5836)5e6844dperf(core): Create outbox and cache dirs lazily instead of during init (JAVA-...c318acdperf: Schedule rate-limit notifications on shared executor (JAVA-653) (#5814)d1f9ed4chore(deps): bump the github-actions group across 1 directory with 3 updates ...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 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)