Skip to content

chore(deps): update Cocoa SDK to v9.10.0#5132

Merged
jamescrosswell merged 2 commits intomainfrom
deps/modules/sentry-cocoa.properties
Apr 14, 2026
Merged

chore(deps): update Cocoa SDK to v9.10.0#5132
jamescrosswell merged 2 commits intomainfrom
deps/modules/sentry-cocoa.properties

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-cocoa.properties from 9.9.0 to 9.10.0.

Auto-generated by a dependency updater.

Changelog

9.10.0

Features

  • Prevent cross-organization trace continuation (#7705)
    • By default, the SDK now extracts the organization ID from the DSN (e.g. o123.ingest.sentry.io) and compares it with the sentry-org_id value in incoming baggage headers. When the two differ, the SDK starts a fresh trace instead of continuing the foreign one. This guards against accidentally linking traces across organizations.
    • New option strictTraceContinuation (default false): when enabled, both the SDK's org ID and the incoming baggage org ID must be present and match for a trace to be continued. Traces with a missing org ID on either side are rejected.
    • New option orgId: allows explicitly setting the organization ID for self-hosted and Relay setups where it cannot be extracted from the DSN.

Fixes

  • Scope clipOut masking to active clip bounds (#7780)
  • Fix AOT interop with managed .NET runtimes (#6193)

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Apr 14, 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).


Fixes 🐛

  • 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 Cocoa SDK to v9.10.0 by github-actions[bot] 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
  • chore(deps): update Native SDK to v0.13.6 by github-actions in #5128

🤖 This preview updates automatically when you update the PR.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.99%. Comparing base (2e8fab4) to head (872efe4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5132      +/-   ##
==========================================
- Coverage   74.00%   73.99%   -0.02%     
==========================================
  Files         499      499              
  Lines       18067    18067              
  Branches     3520     3520              
==========================================
- Hits        13370    13368       -2     
- Misses       3838     3839       +1     
- Partials      859      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 faa691d into main Apr 14, 2026
61 of 62 checks passed
@jamescrosswell jamescrosswell deleted the deps/modules/sentry-cocoa.properties branch April 14, 2026 11:10
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Apr 17, 2026
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Features ✨

-   feat: Add network details for session replay on iOS by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;4891](getsentry/sentry-dotnet#4891)
-   feat: Add option to exclude certain HTTP statuses from tracing by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5034](getsentry/sentry-dotnet#5034)

##### Fixes 🐛

-   fix: memory leak when profiling is enabled by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5133](getsentry/sentry-dotnet#5133)
-   fix: prevent redundant native exceptions on iOS by [@&#8203;jpnurmi](https://github.com/jpnurmi) in [#&#8203;5126](getsentry/sentry-dotnet#5126)
-   fix: prevent redundant native exceptions on Android/Mono by [@&#8203;jpnurmi](https://github.com/jpnurmi) in [#&#8203;4676](getsentry/sentry-dotnet#4676)
    -   Note: opt in by setting `options.Native.ExperimentalOptions.SignalHandlerStrategy` to `Sentry.Android.SignalHandlerStrategy.ChainAtStart`

##### Dependencies ⬆️

##### Deps

-   chore(deps): update Cocoa SDK to v9.10.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5132](getsentry/sentry-dotnet#5132)
-   chore(deps): update Cocoa SDK to v9.9.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5115](getsentry/sentry-dotnet#5115)
-   chore(deps): update Java SDK to v8.38.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5124](getsentry/sentry-dotnet#5124)

</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).
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