chore(deps): update Native SDK to v0.15.0#5282
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
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.12% -0.02%
==========================================
Files 508 508
Lines 18320 18320
Branches 3584 3584
==========================================
- Hits 13581 13579 -2
- Misses 3864 3865 +1
- Partials 875 876 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.0.
Auto-generated by a dependency updater.
Changelog
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)