Skip to content

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

Open
github-actions[bot] wants to merge 2 commits intomainfrom
deps/modules/sentry-native
Open

chore(deps): update Native SDK to v0.13.2#4996
github-actions[bot] wants to merge 2 commits intomainfrom
deps/modules/sentry-native

Conversation

@github-actions
Copy link
Contributor

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)

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Mar 10, 2026
@github-actions github-actions bot requested a review from Flash0ver as a code owner March 10, 2026 03:42
@jamescrosswell
Copy link
Collaborator

Ran build manually, since this doesn't appear to have been triggered automatically by our CI workflows for some reason:

@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.88%. Comparing base (ec307a7) to head (47ade88).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4996      +/-   ##
==========================================
- Coverage   73.90%   73.88%   -0.03%     
==========================================
  Files         497      497              
  Lines       17957    17957              
  Branches     3516     3516              
==========================================
- Hits        13271    13267       -4     
- Misses       3825     3832       +7     
+ Partials      861      858       -3     

☔ View full report in Codecov by Sentry.
📢 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.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch from 8aac444 to 42f6534 Compare March 11, 2026 03:43
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 11, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

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


Features ✨

  • feat: Network calls for Session Replay on Android by jamescrosswell in #4860

Fixes 🐛

  • fix: libmonosgen and libxamarin frames currently showing as inapp by jamescrosswell in #4960
  • fix: Log Warning instead of Error when ratelimited by bitsandfoxes in #4927

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.2 by github-actions[bot] in #4996
  • chore(deps): update Java SDK to v8.34.1 by github-actions in #4986
  • chore(deps): update CLI to v3.3.0 by github-actions in #4973
  • chore(deps): update Native SDK to v0.13.1 by github-actions in #4964
  • chore(deps): update Cocoa SDK to v9.5.0 by github-actions in #4944
  • chore(deps): update Native SDK to v0.13.0 by github-actions in #4941
  • chore(deps): update CLI to v3.2.2 by github-actions in #4943
  • chore(deps): update Java SDK to v8.33.0 by github-actions in #4933
  • chore(deps): update CLI to v3.2.0 by github-actions in #4805
    • NOTE: Sentry CLI v3 removed support for the legacy API key authentication method. Sentry CLI now only supports authenticating with Auth Tokens. If you are using API key authentication via SentryApiKey, you need to generate an Auth Token and use SentryAuthToken, instead.
  • chore(deps): update Cocoa SDK to v9.4.1 by github-actions in #4928
  • chore(deps): update Native SDK to v0.12.8 by github-actions in #4929
  • Apps built using the Sentry SDK for .NET must now target iOS version 15 or higher. Previously only version 13 or higher was required. (#4781) by github-actions in #4781
  • Bump Cocoa SDK from v8.57.3 to v9.2.0 (#4781) by github-actions in #4781
  • chore(deps): update Native SDK to v0.12.7 by github-actions in #4920

Other

  • chore: Set up dotagents with agent skills by Flash0ver in #4988
  • ref: align internal analyzer project with public compiler extensions by Flash0ver in #4842
  • style: file nesting by Flash0ver in #4894
  • ci: move from dotnet-format tool to .NET SDK command by Flash0ver in #4918
  • test(blazor): Add Playwright E2E tests for navigation breadcrumbs by bruno-garcia in #4908
  • test(android): Use volatile to produce SIGSEGV in native crash test by jpnurmi in #4919

🤖 This preview updates automatically when you update the PR.

Fixes:
```
sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WaitOnAddress referenced in function batcher_thread_func
sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WakeByAddressSingle referenced in function sentry__batcher_enqueue
```

See also:
- getsentry/sentry-native#1558
Copy link
Collaborator

@jpnurmi jpnurmi left a comment

Choose a reason for hiding this comment

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

I've updated Sentry.Native.targets to include the new Synchronization.lib dependency on Windows:

It fixed the linking issue caught by integration tests:

sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WaitOnAddress referenced in function batcher_thread_func
sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WakeByAddressSingle referenced in function sentry__batcher_enqueue

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.

4 participants