Skip to content

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

Merged
limbonaut merged 2 commits intomainfrom
deps/modules/sentry-native
Mar 9, 2026
Merged

chore(deps): update Native SDK to v0.13.2#581
limbonaut merged 2 commits intomainfrom
deps/modules/sentry-native

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 9, 2026

Bumps modules/sentry-native 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)

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch from 57df481 to 7edb197 Compare March 9, 2026 16:03
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Mar 9, 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).


Bug Fixes 🐛

  • (init) Register event processors after configuration callback by limbonaut in #580

Internal Changes 🔧

  • (deps) Update Native SDK to v0.13.2 by github-actions[bot] in #581
  • Add attachment E2E integration tests by limbonaut in #574

🤖 This preview updates automatically when you update the PR.

@limbonaut
Copy link
Copy Markdown
Collaborator

Added commit that links synchronization on Windows, required since getsentry/sentry-native#1558 introduced WaitOnAddress/WakeByAddressSingle in the batcher.

@limbonaut limbonaut merged commit ce1484b into main Mar 9, 2026
97 of 101 checks passed
@limbonaut limbonaut deleted the deps/modules/sentry-native branch March 9, 2026 16:56
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