X Tutup
Skip to content

chore(deps): update Native SDK to v0.13.2#5181

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-native-ndk.sh
Open

chore(deps): update Native SDK to v0.13.2#5181
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-sentry-native-ndk.sh

Conversation

@github-actions
Copy link
Contributor

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

Auto-generated by a dependency updater.

Changelog

0.13.2

Features:

  • Experimental: Add new native crash handling backend as an alternative to crashpad, breakpad, and inproc. This backend uses an out-of-process daemon that monitors the application for crashes, generates minidumps, and sends crash reports to Sentry. It supports Linux, macOS, and Windows, and is fully compatible with TSAN and ASAN sanitizers. This feature is experimental and under active development. (#1433)
  • Add sentry_log() for plain-string log messages. (#1566)
  • Add sentry_set_release() / sentry_set_environment() for updating release and environment after SDK init. (#1555)

Fixes:

  • Allow null custom log attributes without debug warning. (#1552)
  • Introduce level-triggered wait flag for use in the batcher thread for logs and metrics. (#1558)
  • Fixed a data race when re-initializing the SDK while logs or metrics are active. (#1556)

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 10, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 74bf954 to 00fdc54 Compare March 10, 2026 03:46
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 10, 2026

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


New Features ✨

  • (anr) Profile main thread when ANR and report ANR profiles to Sentry by markushi in #4899

Bug Fixes 🐛

  • Remove the dependency on protobuf-lite for tombstones by supervacuus in #5157

Internal Changes 🔧

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

🤖 This preview updates automatically when you update the PR.

@sentry
Copy link

sentry bot commented Mar 10, 2026

Sentry Build Distribution

App Version Configuration
SDK Size 8.34.1 (1) release

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from 00fdc54 to eb03a2f Compare March 10, 2026 10:23
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-sentry-native-ndk.sh branch from eb03a2f to dc8da38 Compare March 10, 2026 10:34
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.

1 participant

X Tutup