Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps modules/sentry-native from 0.11.3 to 0.12.0.

Auto-generated by a dependency updater.

Changelog

0.12.0

Breaking changes:

  • If you use a narrow string path interface (for instance, sentry_options_set_database_path()) on Windows rather than one of the wide string variants (sentry_options_set_database_pathw()), then the expected encoding is now UTF-8. (#1413)

Features:

  • Add an option to use the stack pointer as an upper limit for the stack capture range in crashpad on Windows. This is useful for targets like Proton/Wine, where one can't rely on the TEB-derived upper bound being correctly maintained by the system, leading to overly large stack captures per thread. (#1427, crashpad#137)

Fixes:

  • Add logs flush on crash. This is not available for macOS with the crashpad backend. (#1404)
  • Make narrow UTF-8 the canonical path encoding on Windows. (#1413)
  • Re-add setting thread name for Windows transport. (#1424)
  • Fix AOT interop with managed .NET runtimes. (#1392)

Internal:

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Oct 30, 2025
@github-actions github-actions bot requested a review from Flash0ver as a code owner October 30, 2025 03:19
@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Oct 30, 2025
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-native branch from 9734bf5 to 42c6c0c Compare October 30, 2025 03:19
@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.50%. Comparing base (6cea43e) to head (42c6c0c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4678      +/-   ##
==========================================
- Coverage   73.50%   73.50%   -0.01%     
==========================================
  Files         483      483              
  Lines       17692    17692              
  Branches     3492     3492              
==========================================
- Hits        13005    13004       -1     
- Misses       3797     3798       +1     
  Partials      890      890              

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

@jamescrosswell jamescrosswell merged commit 396a7ec into main Oct 30, 2025
32 checks passed
@jamescrosswell jamescrosswell deleted the deps/modules/sentry-native branch October 30, 2025 08:23
This was referenced Oct 31, 2025
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