Skip to content

chore(deps): update Native SDK to v0.15.2#5309

Merged
jamescrosswell merged 1 commit into
mainfrom
deps/modules/sentry-native
Jun 24, 2026
Merged

chore(deps): update Native SDK to v0.15.2#5309
jamescrosswell merged 1 commit into
mainfrom
deps/modules/sentry-native

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps modules/sentry-native from 0.15.1 to 0.15.2.

Auto-generated by a dependency updater.

Changelog

0.15.2

Fixes:

  • Native/Windows: Resolve correct symbol names for crashes in multi-module apps (#1811)
  • Crashpad: Resolve correct symbol names for crashes in multi-module apps (#1813, crashpad#156)

Features:

  • Added an in-process app-hang detection. When enabled via sentry_options_set_enable_app_hang_tracking, a background thread monitors the application and captures an app-hang event if no heartbeat is received within app_hang_timeout (default 5000 ms). Call sentry_app_hang_heartbeat() regularly from the thread you want monitored. (#1806)

Internal:

  • Refactor envelope writers to better support failure tracking on each layer and not push check responsibility to client code. (#1807)

@github-actions
github-actions Bot requested a review from jamescrosswell as a code owner June 24, 2026 04:22
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jun 24, 2026
@github-actions
github-actions Bot requested a review from Flash0ver as a code owner June 24, 2026 04:22
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jun 24, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/modules/sentry-native branch from b79ba96 to bf09e42 Compare June 24, 2026 04:23
@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.17%. Comparing base (334bcdf) to head (bf09e42).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5309      +/-   ##
==========================================
- Coverage   74.17%   74.17%   -0.01%     
==========================================
  Files         508      508              
  Lines       18353    18353              
  Branches     3586     3586              
==========================================
- Hits        13614    13613       -1     
- Misses       3867     3868       +1     
  Partials      872      872              

☔ View full report in Codecov by Harness.
📢 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 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Automated approval: dependency update, CI green, no breaking changes in description.

@jamescrosswell
jamescrosswell merged commit 27ac96c into main Jun 24, 2026
36 checks passed
@jamescrosswell
jamescrosswell deleted the deps/modules/sentry-native branch June 24, 2026 22:59
This was referenced Jul 16, 2026
This was referenced Jul 18, 2026
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