chore(deps): update Native SDK to v0.15.1#5282
Merged
Merged
Conversation
github-actions
Bot
requested review from
Flash0ver and
jamescrosswell
as code owners
June 12, 2026 04:27
bruno-garcia
force-pushed
the
deps/modules/sentry-native
branch
from
June 12, 2026 04:27
e145283 to
4624a8a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5282 +/- ##
==========================================
- Coverage 74.13% 74.11% -0.02%
==========================================
Files 508 508
Lines 18320 18320
Branches 3584 3584
==========================================
- Hits 13581 13578 -3
- Misses 3864 3870 +6
+ Partials 875 872 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
bruno-garcia
force-pushed
the
deps/modules/sentry-native
branch
from
June 19, 2026 04:28
4624a8a to
91ceb8b
Compare
jamescrosswell
approved these changes
Jun 21, 2026
3 tasks
This was referenced Jul 16, 2026
This was referenced Jul 18, 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 modules/sentry-native from 0.14.2 to 0.15.1.
Auto-generated by a dependency updater.
Changelog
0.15.1
Fixes:
datais now sent as a structured object instead of a raw JSON string. (#1808)0.15.0
Breaking:
sentry_value_increfnow returnssentry_value_tandsentry_value_decrefreturnsint(0 if freed). (#1763)Features:
transfer_timeoutoption for SDK-managed HTTP transports. (#1741)os_sync_wait_on_addressfor the level-triggered waitable flag in the batcher on modern macOS(14.4+) and iOS(17.4+). (#1765)Fixes:
image_sizecomputation, which could have caused the symbolicator to misattribute every frame to the lowest-addressed image (typicallydyldorlibsystem). (#1740)SENTRY_CRASH_MAX_MODULESfrom512to2048so processes that load many shared libraries no longer have their minidump module list truncated, which left frames in unrecorded modules without adebug_idand unsymbolicatable.(#1738)
system_crash_reporter_enabledoption. (#1743)sentry_close(). (#1750)module_countfrom the shared crash context. (#1770)sentry-traceheaders. (#1749)