Skip to content

dependency: Update dependency io.sentry:sentry to v8.54.0 - #328

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/io.sentry-sentry-8.x
Aug 27, 2026
Merged

dependency: Update dependency io.sentry:sentry to v8.54.0#328
renovate[bot] merged 1 commit into
masterfrom
renovate/io.sentry-sentry-8.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry 8.53.0 โ†’ 8.54.0 age confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry)

v8.54.0

Compare Source

Features
  • Set app.vitals.start.screen and app.vitals.start.type on standalone app.start children (#โ€‹6005)
  • Add screenshot attachment button to the Android user feedback widget (#โ€‹5828)
    • Users can now attach a screenshot when submitting feedback. Enabled by default; can be disabled via SentryFeedbackOptions.setEnableAttachScreenshot(false) or the io.sentry.feedback.enable-attach-screenshot manifest flag.
    • Requires the androidx.activity >=1.8.2 dependency
  • Add manual Session Replay controls through Sentry.replay() (#โ€‹5978)
    • Explicit start() and startBuffering() calls bypass the configured replay sample rates; sampling still controls automatic startup.
    • start() starts a full-session replay and does nothing if one is already recording.
    • startBuffering() keeps a rolling buffer that is sent on flush() or an error, then continues in session mode.
    • stop() ends the current replay; the next start() creates a new replay session.
    • pause() suspends recording until resume() and remains paused across background and foreground transitions and automatic replay restarts in the same process.
    • resume() continues the same manually paused replay.
    • flush() sends the current replay data, or starts a full-session replay when recording is stopped.
Fixes
  • Prevents inclusion of null. prefix before default-package class names when parsing Java and JNI frames from Android ANR thread dumps (#โ€‹5979)
  • Prevent duplicated breadcrumbs on tombstone-merged native crash events (#โ€‹5888)
  • Prevent a class of Session Replay deadlocks by confining lifecycle state changes to Android's main thread (#โ€‹5965)
  • Symbolicate tombstone native frames for libraries loaded directly from APKs (#โ€‹5992)
  • Prevent a deadlock between the app start extension and the Android performance event processor (#โ€‹6007)
Performance
  • Defer starting Session Replay off the SDK initialization critical path (#โ€‹5965)
  • Use manifest metadata resolved at build time to reduce Android SDK initialization overhead (#โ€‹5976)
Dependencies

Configuration

๐Ÿ“… Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the ๐Ÿ”„ dependencies Pull requests that update a dependency file label Aug 27, 2026
@renovate
renovate Bot merged commit 5ab00ab into master Aug 27, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/io.sentry-sentry-8.x branch August 27, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

๐Ÿ”„ dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants