chore(deps): update Native SDK to v0.16.5 - #5532
Merged
Merged
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-native
branch
from
September 2, 2026 03:03
1d75397 to
731e6ee
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5532 +/- ##
==========================================
- Coverage 74.67% 74.65% -0.02%
==========================================
Files 515 515
Lines 18909 18909
Branches 3691 3691
==========================================
- Hits 14120 14117 -3
- Misses 3905 3907 +2
- Partials 884 885 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jamescrosswell
approved these changes
Sep 2, 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).
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.16.4 to 0.16.5.
Auto-generated by a dependency updater.
Changelog
0.16.5
Important behavior changes:
sentry_options_set_enable_logsandsentry_options_set_enable_metricsno longer have any effect. The corresponding getters always return true.Features:
sentry_crashfor deliberately crashing the current process to test its crash reporting configuration. (#2013)sentry_options_set_thread_stackwalk_modeto limit client-side stackwalking to the crashed thread, which shortens crash processing for applications with a high thread count. (#2026)sentry_value_foreach_valueandsentry_value_foreach_key_valuefor iterating lists and objects. (#2032)Fixes:
Other changes: