Skip to content

chore(deps): update Native SDK to v0.13.3#5215

Merged
romtsn merged 2 commits intomainfrom
deps/scripts/update-sentry-native-ndk.sh
Mar 20, 2026
Merged

chore(deps): update Native SDK to v0.13.3#5215
romtsn merged 2 commits intomainfrom
deps/scripts/update-sentry-native-ndk.sh

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-sentry-native-ndk.sh from 0.13.2 to 0.13.3.

Auto-generated by a dependency updater.

Changelog

0.13.3

Features:

  • Add addAttachment and clearAttachments to the NDK NativeScope API for managing file and byte attachments via JNI. (#1584)

Fixes:

  • inproc: only the handling thread cleans up after the crash. (#1579)
  • Propagate transport options (ca_certs, proxy, user_agent) and handler_path to the native backend crash daemon. Previously, the daemon did not receive SSL certificate or proxy settings from the parent process, causing SSL errors (curl code 60) when uploading crash reports. The daemon also ignored the user-configured handler path, requiring the sentry-crash binary to be placed next to the application executable. (#1573)
  • Add module header pages to MemoryList and fix exception code in the native backend. (#1576)
  • Fix CHAIN_AT_START handler strategy crashing on Android when the chained Mono handler resets the signal handler and re-raises. (#1572)
Full CHANGELOG.md diff
 -1,5 +1,18 
 # Changelog
 
+## 0.13.3
+
+**Features**:
+
+- Add `addAttachment` and `clearAttachments` to the NDK `NativeScope` API for managing file and byte attachments via JNI. ([#1584](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1584))
+
+**Fixes**:
+
+- inproc: only the handling thread cleans up after the crash. ([#1579](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1579))
+- Propagate transport options (`ca_certs`, `proxy`, `user_agent`) and `handler_path` to the native backend crash daemon. Previously, the daemon did not receive SSL certificate or proxy settings from the parent process, causing SSL errors (curl code 60) when uploading crash reports. The daemon also ignored the user-configured handler path, requiring the `sentry-crash` binary to be placed next to the application executable. ([#1573](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1573))
+- Add module header pages to MemoryList and fix exception code in the native backend. ([#1576](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1576))
+- Fix `CHAIN_AT_START` handler strategy crashing on Android when the chained Mono handler resets the signal handler and re-raises. ([#1572](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1572))
+
 ## 0.13.2
 
 **Features**:
 -110,7 +123,6 
 - Add logs flush on `sentry_flush()`. ([#1434](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1434))
 - Add global attributes API. These are added to all `sentry_log_X` calls. ([#1450](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1450))
 
-
 ## 0.12.1
 
 **Fixes**:

@romtsn romtsn enabled auto-merge (squash) March 20, 2026 08:33
@github-actions
Copy link
Contributor Author

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

  • (deps) Update Native SDK to v0.13.3 by github-actions[bot] in #5215

🤖 This preview updates automatically when you update the PR.

@sentry
Copy link

sentry bot commented Mar 20, 2026

Sentry Build Distribution

App Name App ID Version Configuration Install Page
SDK Size io.sentry.tests.size 8.36.0 (1) release Install Build

@romtsn romtsn merged commit 2dfcf3a into main Mar 20, 2026
64 of 66 checks passed
@romtsn romtsn deleted the deps/scripts/update-sentry-native-ndk.sh branch March 20, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants