Skip to content

dependency: Update dependency io.sentry:sentry to v8.53.0 - #323

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v8.53.0

Compare Source

Features
  • Allow child spans to use explicit start timestamps through ISpan (#โ€‹5929)
  • Make ISpan.startChild overloads with SpanOptions public (#โ€‹5927)
  • Add Sentry.feedback().enableOnShake(), Sentry.feedback().disableOnShake(), and Sentry.feedback().isOnShakeEnabled() to toggle and query shake-to-report at runtime (#โ€‹5827)
Improvements
  • Remove ApiStatus.Experimental annotation from SentrySQLiteDriver (#โ€‹5938)
Fixes
  • Clear contexts when calling Scope.clear() (#โ€‹5902)
  • Preserve custom Throwable identities when R8 optimizes Android apps (#โ€‹5881)
  • Report the correct cpu usage for the first performance sample of a transaction, which was measured against the time since device boot (#โ€‹5926)
  • Prevent an ANR when the Session Replay video encoder gets stuck (#โ€‹5842)
    • Some hardware encoders never signal end-of-stream, which made the replay worker spin forever while holding the encoder lock. The app's lifecycle callbacks then blocked on that lock and the app froze until the system killed it. The encoder now gives up instead of spinning, and closing the replay cache no longer waits indefinitely for a wedged encoder.
Performance
  • Read the clock once per performance collection round instead of once per in-flight transaction (#โ€‹5934)
  • Reduce allocations while collecting cpu usage during transactions by reading the process cpu time via Process.getElapsedCpuTime() instead of parsing /proc/self/stat (33.6kB to 16 bytes per sample on a Pixel 3) (#โ€‹5926)
  • Store performance measurements as primitives, removing a boxed allocation per measurement per performance sample (#โ€‹5935)
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 16, 2026
@renovate
renovate Bot force-pushed the renovate/io.sentry-sentry-8.x branch from da3da69 to beba0c2 Compare August 16, 2026 08:53
@renovate
renovate Bot merged commit 0b82010 into master Aug 16, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/io.sentry-sentry-8.x branch August 16, 2026 14:38
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