chore(deps): update Native SDK to v0.15.4#5793
Merged
Merged
Conversation
github-actions
Bot
requested review from
0xadam-brown,
adinauer,
markushi,
romtsn and
runningcode
as code owners
July 21, 2026 04:03
bruno-garcia
force-pushed
the
deps/scripts/update-sentry-native-ndk.sh
branch
from
July 21, 2026 04:03
89858d1 to
a088746
Compare
📲 Install BuildsAndroid
|
bruno-garcia
force-pushed
the
deps/scripts/update-sentry-native-ndk.sh
branch
from
July 21, 2026 08:56
a088746 to
918bf3c
Compare
runningcode
approved these changes
Jul 21, 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-sentry-native-ndk.sh from 0.15.3 to 0.15.4.
Auto-generated by a dependency updater.
Changelog
0.15.4
Features:
sentry_scope_newcreates a scope thatsentry_capture_event_with_scopeapplies without consuming, so you can configure it once and reuse it across many captures instead of building a new local scope each time.sentry_scope_clonecopies a scope, andsentry_scope_freereleases it. (#1855)NativeScope.setEnvironment(), so head SDKs can sync the environment at runtime. (#1874)sentry_transaction_discardandsentry_span_discardfor releasing unfinished transactions and spans without sending them. (#1858)sentry_scope_set_attribute/_nset an attribute on a scope andsentry_scope_remove_attribute/_nremove one, while the newsentry_scope_capture_logandsentry_scope_capture_metriccapture a log or metric against a given scope. Scope attributes and trace are applied to logs and metrics captured against it, resolving most-specific-first: per-call data, then the scope, then the global scope. (#1861)sentry_scope_clearto reset a scope's data. (#1881)Deprecations:
sentry_capture_event_with_scopein favor ofsentry_scope_capture_event(scope first), which matchessentry_scope_capture_log/sentry_scope_capture_metric. (#1882)Fixes:
SENTRY_TRACE) instead of writing tostderr. (#1854)sentry_options_set_debug(options, true)no longer displays verbose libcurl debug output by default. To restore it, callsentry_options_set_logger_level(options, SENTRY_LEVEL_TRACE).copy_file_rangeat crash time. (#1868)SENTRY_BATCHER_BUFFER_COUNTto configure the number of rotating buffers used by log and metric batchers. (#1867)sample_randfrom the scope propagation context. (#1869)sentry_modulefinder_linux.candsentry_backend_inproc.c. (#1871)unitfrom leaking from the global attribute when the per-call attribute does not define them. (#1879)