Skip to content

chore(deps): update Native SDK to v0.15.4 - #5416

Merged
jamescrosswell merged 1 commit into
mainfrom
deps/modules/sentry-native
Jul 21, 2026
Merged

chore(deps): update Native SDK to v0.15.4#5416
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.3 to 0.15.4.

Auto-generated by a dependency updater.

Changelog

0.15.4

Features:

  • Add reusable, user-owned scopes. sentry_scope_new creates a scope that sentry_capture_event_with_scope applies without consuming, so you can configure it once and reuse it across many captures instead of building a new local scope each time. sentry_scope_clone copies a scope, and sentry_scope_free releases it. (#1855)
  • Android: Expose setting the environment on the scope through the NDK bindings via NativeScope.setEnvironment(), so head SDKs can sync the environment at runtime. (#1874)
  • Embed the crash event's breadcrumbs into session replay recordings, so breadcrumbs from the replay window show up on the replay timeline. (#1875)
  • Add sentry_transaction_discard and sentry_span_discard for releasing unfinished transactions and spans without sending them. (#1858)
  • Add scope attributes. sentry_scope_set_attribute / _n set an attribute on a scope and sentry_scope_remove_attribute / _n remove one, while the new sentry_scope_capture_log and sentry_scope_capture_metric capture a log or metric against a given scope. Scope attributes and trace are applied to logs and metrics captured against it, resolving most-specific-first: per-call data, then the scope, then the global scope. (#1861)
  • Add sentry_scope_clear to reset a scope's data. (#1881)

Deprecations:

  • Deprecate sentry_capture_event_with_scope in favor of sentry_scope_capture_event (scope first), which matches sentry_scope_capture_log / sentry_scope_capture_metric. (#1882)

Fixes:

  • Apply the propagation context to events that already have contexts set, so that events captured with a local scope or with event-level contexts keep their trace. (#1843)
  • Crashpad: reject runtime control IPC from processes other than the one that started the handler. (#1853)
  • Native/macOS: resolve symbol names for crash stacktraces from Mach-O symbol tables and dSYM companions. (#1856)
  • Route libcurl debug output through the Sentry logger (SENTRY_TRACE) instead of writing to stderr. (#1854)
    • NOTE: sentry_options_set_debug(options, true) no longer displays verbose libcurl debug output by default. To restore it, call sentry_options_set_logger_level(options, SENTRY_LEVEL_TRACE).
  • Crashpad: route client logs through the Sentry logger to make actionable handler startup errors visible. (#1859)
  • Windows: fix symlink detection used to prevent database cleanup from following symlinks in run and cache directories. (#1857)
  • Linux: avoid unsafe copy_file_range at crash time. (#1868)
  • Increase the default telemetry batcher capacity from 2x100 to 3x100 items, and add SENTRY_BATCHER_BUFFER_COUNT to configure the number of rotating buffers used by log and metric batchers. (#1867)
  • Fix a lifetime issue when reading sample_rand from the scope propagation context. (#1869)
  • Linux: silence harmless compilation warnings in sentry_modulefinder_linux.c and sentry_backend_inproc.c. (#1871)
  • Fix per-call log and metric attributes to override same-named global attributes atomically, preventing fields such as unit from leaking from the global attribute when the per-call attribute does not define them. (#1879)
  • Prefix vendored mpack symbols to avoid symbol conflicts. (#1880)

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jul 21, 2026
@github-actions
github-actions Bot requested a review from jamescrosswell as a code owner July 21, 2026 04:00
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Jul 21, 2026
@bruno-garcia
bruno-garcia force-pushed the deps/modules/sentry-native branch from 65e2085 to 209b9f5 Compare July 21, 2026 04:00
@github-actions github-actions Bot added the risk: medium PR risk score: medium label Jul 21, 2026
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.01%. Comparing base (d72b701) to head (209b9f5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5416      +/-   ##
==========================================
- Coverage   74.54%   74.01%   -0.54%     
==========================================
  Files         512      498      -14     
  Lines       18666    18258     -408     
  Branches     3659     3569      -90     
==========================================
- Hits        13915    13514     -401     
+ Misses       3878     3873       -5     
+ Partials      873      871       -2     

☔ 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: eligibility script verdict MERGE (CI green, mergeable, no human change-request, no breaking-change language).

@jamescrosswell
jamescrosswell merged commit bd517e9 into main Jul 21, 2026
40 checks passed
@jamescrosswell
jamescrosswell deleted the deps/modules/sentry-native branch July 21, 2026 08:07
This was referenced Jul 27, 2026
This was referenced Jul 27, 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 risk: medium PR risk score: medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants