Skip to content

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

Merged
runningcode merged 1 commit into
mainfrom
deps/scripts/update-sentry-native-ndk.sh
Sep 1, 2026
Merged

chore(deps): update Native SDK to v0.16.5#6034
runningcode merged 1 commit into
mainfrom
deps/scripts/update-sentry-native-ndk.sh

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

Bumps scripts/update-sentry-native-ndk.sh 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 1, 2026
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 84a5422 to 10f8cbf Compare September 1, 2026 07:40
@runningcode runningcode closed this Sep 1, 2026
@runningcode runningcode reopened this Sep 1, 2026
@runningcode
runningcode enabled auto-merge (squash) September 1, 2026 07:40
@sentry

sentry Bot commented Sep 1, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.54.0 (1) release

⚙️ sentry-android Build Distribution Settings

1 similar comment
@sentry

sentry Bot commented Sep 1, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.54.0 (1) release

⚙️ sentry-android Build Distribution Settings

@bruno-garcia
bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 10f8cbf to 85a62d8 Compare September 1, 2026 08:34
@sentry

sentry Bot commented Sep 1, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.54.0 (1) release

⚙️ sentry-android Build Distribution Settings

@runningcode
runningcode merged commit 99b7d9d into main Sep 1, 2026
66 of 67 checks passed
@runningcode
runningcode deleted the deps/scripts/update-sentry-native-ndk.sh branch September 1, 2026 08:49
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants