chore(deps): update Native SDK to v0.15.4 - #5416
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-native
branch
from
July 21, 2026 04:00
65e2085 to
209b9f5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5416 +/- ##
==========================================
- Coverage 74.54% 74.01% -0.54%
==========================================
Files 512 498 -14
Lines 18666 18258 -408
Branches 3659 3569 -90
==========================================
- Hits 13915 13514 -401
+ Misses 3878 3873 -5
+ Partials 873 871 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jamescrosswell
approved these changes
Jul 21, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Automated approval: eligibility script verdict MERGE (CI green, mergeable, no human change-request, no breaking-change language).
3 tasks
This was referenced Jul 27, 2026
This was referenced Jul 27, 2026
Open
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 modules/sentry-native 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)