chore(deps): update Native SDK to v0.16.2 - #5477
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
bruno-garcia
force-pushed
the
deps/modules/sentry-native
branch
from
August 8, 2026 03:28
a6617ed to
931ef2f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5477 +/- ##
==========================================
- Coverage 74.74% 74.73% -0.01%
==========================================
Files 513 513
Lines 18744 18744
Branches 3666 3666
==========================================
- Hits 14010 14009 -1
- Misses 3862 3863 +1
Partials 872 872 ☔ 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.16.1 to 0.16.2.
Auto-generated by a dependency updater.
Changelog
0.16.2
Features:
sentry_scope_remove_fingerprintto remove a fingerprint set on a scope, matching the globalsentry_remove_fingerprint. (#1932)sentry_options_set_before_send_feedbackto filter or enrich user feedback. Feedback does not go throughbefore_send. (#1923)SENTRY_LINK_CURLto control whether the curl transport linkslibcurldirectly, loads it dynamically at runtime, or uses the default behavior. (#1954)Fixes:
sentry-logsandsentry-metricstelemetry batcher threads so they can be identified in debuggers, profilers, and crash reports. (#1937)0on failed module file mapping when that descriptor was returned byopen, avoiding a file descriptor leak. (#1924)sentry_attachment_set_filename,sentry_attachment_set_type, andsentry_attachment_set_content_typenow flush the scope, so changes applied aftersentry_attach_file/sentry_attach_bytesalso apply to hard-crash events instead of only to normal events. (#1934)sentry_initbefore C++ dynamic initializers have run. (#1930, mini_chromium#8)