chore(deps): update Android SDK to v8.57.0 - #1451
Merged
Merged
Conversation
github-actions
Bot
requested review from
0xadam-brown,
adinauer,
markushi,
romtsn and
runningcode
as code owners
September 17, 2026 03:16
bruno-garcia
force-pushed
the
deps/scripts/update-android.sh
branch
from
September 17, 2026 03:16
2f31d42 to
dd9501f
Compare
0xadam-brown
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-android.sh from 8.56.0 to 8.57.0.
Auto-generated by a dependency updater.
Changelog
8.57.0
Behavioral Changes
Features
MemoryLimiterapp exits recovered fromApplicationExitInfo(#6111).sentry-log4j2is on the classpath and Log4j2 Core is the active logging backend (#5403)sentry.logging.enabled=trueINFO:sentry.logging.minimum-breadcrumb-level=INFOERROR:sentry.logging.minimum-event-level=ERRORINFO:sentry.logging.minimum-level=INFOsentry.logs.enabled=truesentry-log4j2is on the classpath and Log4j2 Core is the active logging backend (#6072)sentry.logging.enabled=true)Fixes
Sentry.close()or a re-init. Closing the SDK shut down the shared hostname cache for the life of the process, soserver_namesilently froze at the value it had last resolved (#6119)Internal
RateLimiter(ICurrentDateProvider, SentryOptions)in favor ofRateLimiter(SentryOptions), whose backoff is measured on a monotonic ticker (#6030)AndroidCurrentDateProvider.getInstance()in favor ofMonotonicTicker, which counts time spent in deep sleep and cannot be confused with the epoch-basedCurrentDateProvider(#6103)