Skip to content

chore(deps): update Native SDK to v0.13.7#5136

Merged
jamescrosswell merged 1 commit intomainfrom
deps/modules/sentry-native
Apr 16, 2026
Merged

chore(deps): update Native SDK to v0.13.7#5136
jamescrosswell merged 1 commit intomainfrom
deps/modules/sentry-native

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-native from 0.13.6 to 0.13.7.

Auto-generated by a dependency updater.

Changelog

0.13.7

Features:

  • Add before_screenshot hook. (#1641)
  • Add error log for oversized envelopes (HTTP 413 Content Too Large). (#1647)

Fixes:

  • Reset client report counters during initialization (#1632)
  • macOS: cache VM regions for FP validation in the new unwinder. (#1634)
  • Linux: remove dependency on stdio in the unwinder pointer validation code to reduce exposure to async-signal-unsafe functions. (#1637)
  • macOS: replace sandbox-incompatible IPC primitives (sem_open, shm_open, fork) with sandbox-safe alternatives (pthread_mutex, file-backed mmap, posix_spawn) so the native backend works inside App Sandbox. (#1644)

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Apr 16, 2026
@github-actions github-actions Bot requested a review from Flash0ver as a code owner April 16, 2026 14:15
@jpnurmi jpnurmi closed this Apr 16, 2026
@jpnurmi jpnurmi reopened this Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

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: Add network details for session replay on iOS by jamescrosswell in #4891
  • feat: Add option to exclude certain HTTP statuses from tracing by jamescrosswell in #5034

Fixes 🐛

  • fix: memory leak when profiling is enabled by jamescrosswell in #5133
  • fix: prevent redundant native exceptions on iOS by jpnurmi in #5126
  • fix: prevent redundant native exceptions on Android/Mono by jpnurmi in #4676
    • Note: opt in by setting options.Native.ExperimentalOptions.SignalHandlerStrategy to Sentry.Android.SignalHandlerStrategy.ChainAtStart

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.7 by github-actions[bot] in #5136
  • chore(deps): update Cocoa SDK to v9.10.0 by github-actions in #5132
  • chore(deps): update Cocoa SDK to v9.9.0 by github-actions in #5115
  • chore(deps): update Java SDK to v8.38.0 by github-actions in #5124

🤖 This preview updates automatically when you update the PR.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.05%. Comparing base (e99c3d1) to head (6853c57).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5136      +/-   ##
==========================================
+ Coverage   74.04%   74.05%   +0.01%     
==========================================
  Files         501      501              
  Lines       18107    18107              
  Branches     3523     3523              
==========================================
+ Hits        13408    13410       +2     
+ Misses       3838     3837       -1     
+ Partials      861      860       -1     

☔ 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 b95f981 into main Apr 16, 2026
37 checks passed
@jamescrosswell jamescrosswell deleted the deps/modules/sentry-native branch April 16, 2026 23:32
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Apr 21, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | patch | `6.4.0` -> `6.4.1` |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.Maui)</summary>

### [`v6.4.1`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#641)

[Compare Source](getsentry/sentry-dotnet@6.4.0...6.4.1)

##### Fixes 🐛

-   fix: prevent redundant native exceptions on Android/CoreCLR by [@&#8203;jpnurmi](https://github.com/jpnurmi) in [#&#8203;5127](getsentry/sentry-dotnet#5127)

##### Dependencies ⬆️

##### Deps

-   chore(deps): update Java SDK to v8.39.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5137](getsentry/sentry-dotnet#5137)
-   chore(deps): update Native SDK to v0.13.7 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5136](getsentry/sentry-dotnet#5136)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
gunndabad added a commit to DFE-Digital/teaching-record-system that referenced this pull request Apr 22, 2026
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
from 6.4.0 to 6.4.1.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.AspNetCore's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.4.1

### Fixes 🐛

- fix: prevent redundant native exceptions on Android/CoreCLR by
@​jpnurmi in
[#​5127](getsentry/sentry-dotnet#5127)

### Dependencies ⬆️

#### Deps

- chore(deps): update Java SDK to v8.39.0 by @​github-actions in
[#​5137](getsentry/sentry-dotnet#5137)
- chore(deps): update Native SDK to v0.13.7 by @​github-actions in
[#​5136](getsentry/sentry-dotnet#5136)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.4.0...6.4.1).
</details>

Updated
[Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet)
from 6.4.0 to 6.4.1.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.Extensions.Logging's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.4.1

### Fixes 🐛

- fix: prevent redundant native exceptions on Android/CoreCLR by
@​jpnurmi in
[#​5127](getsentry/sentry-dotnet#5127)

### Dependencies ⬆️

#### Deps

- chore(deps): update Java SDK to v8.39.0 by @​github-actions in
[#​5137](getsentry/sentry-dotnet#5137)
- chore(deps): update Native SDK to v0.13.7 by @​github-actions in
[#​5136](getsentry/sentry-dotnet#5136)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.4.0...6.4.1).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Gunn <james@gunn.io>
This was referenced Apr 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants