Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-android-stubs.sh from 8.29.0 to 8.30.0.

Auto-generated by a dependency updater.

Changelog

8.30.0

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/

@github-actions github-actions bot requested a review from alwx as a code owner January 15, 2026 11:12
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from e9fbb6e to bc5e4e7 Compare January 15, 2026 11:12
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 15, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • chore(deps): update Android SDK Stubs to v8.30.0 by github-actions[bot] in #5540
  • chore(deps): update Android SDK to v8.30.0 by github-actions in #5539
  • chore(deps): update Bundler Plugins to v4.6.2 by github-actions in #5536
  • chore(deps): update JavaScript SDK to v10.34.0 by github-actions in #5535
  • chore(deps): bump undici from 6.21.3 to 6.23.0 by dependabot in #5533
  • chore(deps): update Cocoa SDK to v8.58.0 by antonis in #5524
  • chore(deps): update Maestro to v2.1.0 by github-actions in #5521
  • chore(deps): update JavaScript SDK to v10.33.0 by github-actions in #5522
  • Fix: Update changelog-preview workflow reference by lucas-zimerman in #5527
  • ci(release): Switch from action-prepare-release to Craft by BYK in #5519
  • chore(deps): update Wizard to v6.11.0 by github-actions in #5520
  • fix(appstart): Skip span ID check when standalone mode is enabled by antonis in #5493
  • chore(deps): update JavaScript SDK to v10.32.1 by github-actions in #5496
  • chore(deps): bump aws-sdk-s3 from 1.169.0 to 1.208.0 in /samples/react-native by dependabot in #5498
  • chore(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by dependabot in #5497
  • chore(deps): bump aws-sdk-s3 from 1.203.0 to 1.208.0 in /performance-tests by dependabot in #5491
  • chore(deps): bump aws-sdk-s3 from 1.169.0 to 1.208.0 in /samples/react-native-macos by dependabot in #5490
  • chore(deps): update JavaScript SDK to v10.32.0 by github-actions in #5487
  • Fix for missing replay_id from metrics by alwx in #5483
  • chore(deps): update Wizard to v6.10.0 by github-actions in #5474
  • Bump e2e tests to XCode 26 by alwx in #5467
  • chore(deps): update JavaScript SDK to v10.31.0 by github-actions in #5480

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 15, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request
Warnings
⚠️ Failed to run ./check-replay-stubs: Invalid git ref: deps/scripts/update-android.sh

Generated by 🚫 dangerJS against e167a7b

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from bc5e4e7 to 566e29a Compare January 15, 2026 11:15
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android-stubs.sh branch from 566e29a to 7520c63 Compare January 15, 2026 11:22
@antonis antonis changed the base branch from main to deps/scripts/update-android.sh January 15, 2026 11:25
@antonis antonis merged commit 7277b33 into deps/scripts/update-android.sh Jan 15, 2026
25 of 29 checks passed
@antonis antonis deleted the deps/scripts/update-android-stubs.sh branch January 15, 2026 11:28
antonis added a commit that referenced this pull request Jan 15, 2026
* chore: update scripts/update-android.sh to 8.30.0

* chore(deps): update Android SDK Stubs to v8.30.0 (#5540)

* chore: update scripts/update-android-stubs.sh to 8.30.0

* Update stub

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Antonis Lilis <[email protected]>

* chore(android): Increase Android diffMax to 5.5 MB (#5542)

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Antonis Lilis <[email protected]>
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.

3 participants