Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry
Open

Update dependency io.sentry:sentry to v8.53.0#1349
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry 8.51.08.53.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

v8.52.0

Compare Source

Fixes
  • Restore the interrupt flag when cached envelope processing is interrupted between files (#​5884)
  • Reduce false-positive SDK crash attribution for host app SQLite cursor crashes (#​5883)
  • Prevent inflated cold app start when the OS spawns the process in the background (e.g. FCM push) on API 35+ (#​5841, #​5880)
  • Preserve single-sample ANR profile chunks so profiles remain available on ANR events (#​5872)
  • Avoid a CPU busy-loop when recording discarded log or metric envelopes under rate limiting (#​5835)
    • ClientReportRecorder now reads the item count from the envelope item header instead of deserializing the payload, which under sustained rate limiting could pin CPU cores while repeatedly throwing exceptions
  • Report tasks handed to a no-op ISentryExecutorService as cancelled (#​5874)
    • NoOpSentryExecutorService previously returned a Future that was never run and never cancelled, so callers could not tell a dropped task from a queued one and get() would block until its timeout
Performance
  • Defer use of reflection by SentryFrameMetricsCollector during Sentry.init (#​5886)
  • Avoid waiting up to shutdownTimeoutMillis when closing the SDK with a pending transaction timeout or session-end task (#​5851)
  • Use RGB_565 instead of ARGB_8888 for screenshot and replay capture bitmaps, halving per-frame memory usage (#​5821)
  • Remove an unused lock from SentryPerformanceProvider, which was allocated on every cold start in ContentProvider.onCreate without ever being acquired (#​5871)
  • Reduce main-thread allocations when parsing the app start profiling config (#​5867)
  • Batch and coalesce scope-persistence disk writes to reduce startup cost (#​5791)
    • Scope mutations are now coalesced (latest value per field) and breadcrumbs are appended in batches behind a single fsync, instead of one synchronous disk write per mutation.
  • Reduce the number of SDK threads: the HostnameCache worker thread now times out while idle instead of staying alive for the whole process lifetime (#​5817)
Dependencies

Configuration

📅 Schedule: (UTC)

  • 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 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 force-pushed the renovate/sentry branch from cd9000e to a2ff1af Compare August 11, 2026 19:45
@renovate renovate Bot changed the title Update dependency io.sentry:sentry to v8.52.0 Update dependency io.sentry:sentry to v8.53.0 Aug 15, 2026
@renovate
renovate Bot force-pushed the renovate/sentry branch from a2ff1af to 9b3307d Compare August 15, 2026 09:45
@renovate
renovate Bot force-pushed the renovate/sentry branch from 9b3307d to d5a18f0 Compare August 20, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants