Skip to content

chore(deps): update Native SDK to v0.16.2 - #5477

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-native
Open

chore(deps): update Native SDK to v0.16.2#5477
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-native

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps modules/sentry-native from 0.16.1 to 0.16.2.

Auto-generated by a dependency updater.

Changelog

0.16.2

Features:

  • Add sentry_scope_remove_fingerprint to remove a fingerprint set on a scope, matching the global sentry_remove_fingerprint. (#1932)
  • Add sentry_options_set_before_send_feedback to filter or enrich user feedback. Feedback does not go through before_send. (#1923)
  • Unix: Add SENTRY_LINK_CURL to control whether the curl transport links libcurl directly, loads it dynamically at runtime, or uses the default behavior. (#1954)

Fixes:

  • Name sentry-logs and sentry-metrics telemetry batcher threads so they can be identified in debuggers, profilers, and crash reports. (#1937)
  • Linux: close descriptor 0 on failed module file mapping when that descriptor was returned by open, avoiding a file descriptor leak. (#1924)
  • sentry_attachment_set_filename, sentry_attachment_set_type, and sentry_attachment_set_content_type now flush the scope, so changes applied after sentry_attach_file/sentry_attach_bytes also apply to hard-crash events instead of only to normal events. (#1934)
  • Crashpad: fix a crash when calling sentry_init before C++ dynamic initializers have run. (#1930, mini_chromium#8)
  • Reduce the size of native-generated minidumps on Windows (#1929)

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Aug 8, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/modules/sentry-native branch from a6617ed to 931ef2f Compare August 8, 2026 03:28
@github-actions github-actions Bot added the risk: medium PR risk score: medium label Aug 8, 2026
@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.73%. Comparing base (1733cbd) to head (931ef2f).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file risk: medium PR risk score: medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant