Skip to content

Update dependency io.sentry:sentry-android to v8.30.0#5700

Merged
github-actions[bot] merged 2 commits intomasterfrom
renovate/io.sentry-sentry-android-8.x
Jan 16, 2026
Merged

Update dependency io.sentry:sentry-android to v8.30.0#5700
github-actions[bot] merged 2 commits intomasterfrom
renovate/io.sentry-sentry-android-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry-android 8.29.08.30.0 age confidence

Release Notes

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

v8.30.0

Compare Source

Fixes
  • Fix ANRs when collecting device context (#​4970)
    • IMPORTANT: This disables collecting external storage size (total/free) by default, to enable it back
      use options.isCollectExternalStorageContext = true or <meta-data android:name="io.sentry.external-storage-context" android:value="true" />
  • Fix NullPointerException when reading ANR marker (#​4979)
  • Report discarded log in batch processor as log_byte (#​4971)
Improvements
  • Expose MAX_EVENT_SIZE_BYTES constant in SentryOptions (#​4962)
  • Discard envelopes on 4xx and 5xx response (#​4950)
    • This aims to not overwhelm Sentry after an outage or load shedding (including HTTP 429) where too many events are sent at once
Feature
  • Add a Tombstone integration that detects native crashes without relying on the NDK integration, but instead using ApplicationExitInfo.REASON_CRASH_NATIVE on Android 12+. (#​4933)
    • Currently exposed via options as an internal API only.
    • If enabled alongside the NDK integration, crashes will be reported as two separate events. Users should enable only one; deduplication between both integrations will be added in a future release.
  • Add Sentry Metrics to Java SDK (#​5026)
    • Metrics are enabled by default
    • APIs are namespaced under Sentry.metrics()
    • We offer the following APIs:
      • count: A metric that increments counts
      • gauge: A metric that tracks a value that can go up or down
      • distribution: A metric that tracks the statistical distribution of values
    • For more details, see the Metrics documentation: https://docs.sentry.io/product/explore/metrics/getting-started/

Configuration

📅 Schedule: 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 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.

@simple-services simple-services requested review from a team and siddh1004 and removed request for a team January 15, 2026 11:32
@github-actions github-actions Bot enabled auto-merge (squash) January 15, 2026 11:32
@renovate renovate Bot force-pushed the renovate/io.sentry-sentry-android-8.x branch 4 times, most recently from 9581224 to 42e9156 Compare January 16, 2026 09:18
@renovate renovate Bot force-pushed the renovate/io.sentry-sentry-android-8.x branch from 42e9156 to db8a443 Compare January 16, 2026 09:47
@github-actions github-actions Bot merged commit 42c2dd5 into master Jan 16, 2026
9 of 10 checks passed
@github-actions github-actions Bot deleted the renovate/io.sentry-sentry-android-8.x branch January 16, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant