Skip to content

chore(deps): update Native SDK to v0.16.5 - #5532

Merged
jamescrosswell merged 1 commit into
mainfrom
deps/modules/sentry-native
Sep 2, 2026
Merged

chore(deps): update Native SDK to v0.16.5#5532
jamescrosswell merged 1 commit into
mainfrom
deps/modules/sentry-native

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

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_logs and sentry_options_set_enable_metrics no longer have any effect. The corresponding getters always return true.

    Structured logs and metrics have been enabled by default since 0.13.

    We recognize that this change may inconvenience applications that rely on the opt-out. Use sentry_options_set_before_send_log or sentry_options_set_before_send_metric to filter logs or metrics. We made this tradeoff deliberately because consistent behavior across SDK integrations will help most users successfully adopt these features.

Features:

  • Add sentry_crash for deliberately crashing the current process to test its crash reporting configuration. (#2013)
  • Native: add sentry_options_set_thread_stackwalk_mode to limit client-side stackwalking to the crashed thread, which shortens crash processing for applications with a high thread count. (#2026)
  • Add sentry_value_foreach_value and sentry_value_foreach_key_value for iterating lists and objects. (#2032)

Fixes:

  • Native/Linux: prevent the crash daemon from hanging when module discovery encounters device-backed memory mappings. (#2025)

Other changes:

  • Promote the 68 performance monitoring and tracing functions from experimental to stable. (#2012)

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Sep 2, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/modules/sentry-native branch from 1d75397 to 731e6ee Compare September 2, 2026 03:03
@github-actions github-actions Bot added the risk: low PR risk score: low label Sep 2, 2026
@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.65%. Comparing base (db6c2f7) to head (731e6ee).
⚠️ Report is 1 commits behind head on main.

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.
📢 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.

@jamescrosswell jamescrosswell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: eligibility script verdict MERGE (CI green, mergeable, no human change-request, no breaking-change language).

@jamescrosswell
jamescrosswell merged commit 7df5d5d into main Sep 2, 2026
55 of 56 checks passed
@jamescrosswell
jamescrosswell deleted the deps/modules/sentry-native branch September 2, 2026 09:07
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: low PR risk score: low

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants