Skip to content

chore(deps): update Cocoa SDK to v9.11.0#5160

Merged
jamescrosswell merged 1 commit intomainfrom
deps/modules/sentry-cocoa
Apr 23, 2026
Merged

chore(deps): update Cocoa SDK to v9.11.0#5160
jamescrosswell merged 1 commit intomainfrom
deps/modules/sentry-cocoa

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-cocoa from 9.10.0 to 9.11.0.

Auto-generated by a dependency updater.

Changelog

9.11.0

Features

  • Track low power mode in device context (#7777)

Fixes

  • Added Packageswift-6.2.swift to avoid issues with unsafe build flags on SPM > 6.2 (#7778)

  • Detect development builds via provisioning profile and debugger attachment (#7702)

  • Keep replayType as buffer for Session Replay triggered by an error (#7804)

  • Fix race condition in scope observer notifications causing EXC_BAD_ACCESS during cold launch (#7807)

  • Unsubscribe to system event during background to avoid reporting breadcrumbs with wrong timestamps on return to foreground (#7702)

  • Fix SwiftUI's images and text redaction in iOS 26 (#7781)

  • Add foreground state to app context in app hang events (#7801)

  • Move SessionTracker file I/O off the main thread (#7704)

  • Removes local symbolication when debug=True which fixes various deadlocks (#6562)

  • Removes local symbolication when debug=True which fixes various deadlocks (#6562)

  • Removes local symbolication when debug=True which fixes various deadlocks (#6562)

  • Removes local symbolication when debug=True which fixes various deadlocks (#6562)

Full CHANGELOG.md diff
 -1,5 +1,21 
 # Changelog
 
+## 9.11.0
+
+### Features
+
+- Track low power mode in device context ([#7777](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7777))
+
+### Fixes
+
+- Added `Packageswift-6.2.swift` to avoid issues with unsafe build flags on SPM > 6.2 ([#7778](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7778))
+- Detect development builds via provisioning profile and debugger attachment ([#7702](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7702))
+- Keep replayType as `buffer` for Session Replay triggered by an error ([#7804](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7804))
+- Fix race condition in scope observer notifications causing EXC_BAD_ACCESS during cold launch ([#7807](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7807))
+- Unsubscribe to system event during background to avoid reporting breadcrumbs with wrong timestamps on return to foreground ([#7702](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7702))
+- Fix SwiftUI's images and text redaction in iOS 26 ([#7781](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7781))
+- Add foreground state to app context in app hang events ([#7801](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7801))
+
 ## 9.10.0
 
 ### Features
 -36,7 +52,7 
 - Copy incoming tags dict to prevent crash ([#7763](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7763))
 - Per-instance unmaskView propagates to child views ([#7733](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7733))
   - **Warning:** If you relied on children of an unmasked view still being individually redacted, verify your Session Replay redaction after updating. An explicit `maskView(_:)` on a descendant still takes precedence.
-- Move SessionTracker file I/O off the main thread ([#7704](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/pull/7704))
+- Move SessionTracker file I/O off the main thread ([#7704](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/7704))
 
 ## 9.8.0
 
 -219,6 +235,7  This changelog lists every breaking change. For a high-level overview and upgrad
 - Properties on SentryOptions that had no effect on the WithoutUIKit variant are now removed from the API ([#6644](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6644))
 - Removes the SentryOptions.inAppExclude property because it had no effect ([#6646](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6646))
 - Removes segment property on SentryUser, SentryBaggage, and SentryTraceContext ([#5638](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5638))
+- Removes local symbolication when `debug=True` which fixes various deadlocks ([#6562](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6562))
 - Removes deprecated TraceContext initializers ([#6348](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6348))
 - Removes deprecated user feedback API, this is replaced with the new feedback API ([#5591](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5591))
 - Removes `enablePerformanceV2` option and makes this the default. The app start duration will now finish when the first frame is drawn instead of when the OS posts the UIWindowDidBecomeVisibleNotification. ([#6008](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6008))
 -301,6 +318,7  This changelog lists every breaking change. For a high-level overview and upgrad
 - Properties on SentryOptions that had no effect on the WithoutUIKit variant are now removed from the API ([#6644](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6644))
 - Removes the SentryOptions.inAppExclude property because it had no effect ([#6646](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6646))
 - Removes segment property on SentryUser, SentryBaggage, and SentryTraceContext ([#5638](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5638))
+- Removes local symbolication when `debug=True` which fixes various deadlocks ([#6562](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6562))
 - Removes deprecated TraceContext initializers ([#6348](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6348))
 - Removes deprecated user feedback API, this is replaced with the new feedback API ([#5591](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5591))
 - Removes `enablePerformanceV2` option and makes this the default. The app start duration will now finish when the first frame is drawn instead of when the OS posts the UIWindowDidBecomeVisibleNotification. ([#6008](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6008))
 -377,6 +395,7  This changelog lists every breaking change. For a high-level overview and upgrad
 - Properties on SentryOptions that had no effect on the WithoutUIKit variant are now removed from the API ([#6644](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6644))
 - Removes the SentryOptions.inAppExclude property because it had no effect ([#6646](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6646))
 - Removes segment property on SentryUser, SentryBaggage, and SentryTraceContext ([#5638](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5638))
+- Removes local symbolication when `debug=True` which fixes various deadlocks ([#6562](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6562))
 - Removes deprecated TraceContext initializers ([#6348](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6348))
 - Removes deprecated user feedback API, this is replaced with the new feedback API ([#5591](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5591))
 - Removes `enablePerformanceV2` option and makes this the default. The app start duration will now finish when the first frame is drawn instead of when the OS posts the UIWindowDidBecomeVisibleNotification. ([#6008](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6008))
 -452,6 +471,7  This changelog lists every breaking change. For a high-level overview and upgrad
 - Properties on SentryOptions that had no effect on the WithoutUIKit variant are now removed from the API ([#6644](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6644))
 - Removes the SentryOptions.inAppExclude property because it had no effect ([#6646](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6646))
 - Removes segment property on SentryUser, SentryBaggage, and SentryTraceContext ([#5638](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5638))
+- Removes local symbolication when `debug=True` which fixes various deadlocks ([#6562](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6562))
 - Removes deprecated TraceContext initializers ([#6348](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6348))
 - Removes deprecated user feedback API, this is replaced with the new feedback API ([#5591](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/5591))
 - Removes `enablePerformanceV2` option and makes this the default. The app start duration will now finish when the first frame is drawn instead of when the OS posts the UIWindowDidBecomeVisibleNotification. ([#6008](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/6008))

@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Apr 23, 2026
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label Apr 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.07%. Comparing base (cd3f966) to head (5a2c778).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5160      +/-   ##
==========================================
+ Coverage   74.05%   74.07%   +0.01%     
==========================================
  Files         501      501              
  Lines       18111    18111              
  Branches     3521     3521              
==========================================
+ Hits        13413    13416       +3     
+ Misses       3838     3836       -2     
+ Partials      860      859       -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 e74d792 into main Apr 23, 2026
35 checks passed
@jamescrosswell jamescrosswell deleted the deps/modules/sentry-cocoa branch April 23, 2026 22:32
jamescrosswell pushed a commit that referenced this pull request Apr 30, 2026
Co-authored-by: GitHub <noreply@github.com>
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request May 6, 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.4.1` -> `6.5.0` |

---

### Release Notes

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

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

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

##### Features ✨

-   feat: Add support to send OTEL traces via OTLP by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;4899](getsentry/sentry-dotnet#4899)

##### Fixes 🐛

-   fix(unity): update `SentryEvent` to have `IsCaptured` to allow dropping screenshots of filtered events by [@&#8203;JoshuaMoelans](https://github.com/JoshuaMoelans) in [#&#8203;5162](getsentry/sentry-dotnet#5162)
-   fix: Memory leak when filtered Activities get garbage collected before `PruneFilteredSpans` runs by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5186](getsentry/sentry-dotnet#5186)

##### Dependencies ⬆️

##### Deps

-   chore(deps): update Cocoa SDK to v9.12.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5179](getsentry/sentry-dotnet#5179)
-   chore(deps): update CLI to v3.4.1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5171](getsentry/sentry-dotnet#5171)
-   chore(deps): update Native SDK to v0.13.8 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5165](getsentry/sentry-dotnet#5165)
-   chore(deps): update Java SDK to v8.40.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5161](getsentry/sentry-dotnet#5161)
-   chore(deps): update Cocoa SDK to v9.11.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5160](getsentry/sentry-dotnet#5160)
-   chore(deps): update CLI to v3.4.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5145](getsentry/sentry-dotnet#5145)
-   chore(deps): update Java SDK to v8.39.1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5144](getsentry/sentry-dotnet#5144)

##### Other

-   perf(logs): avoid string allocation when no parameters are passed by [@&#8203;Flash0ver](https://github.com/Flash0ver) in [#&#8203;4697](getsentry/sentry-dotnet#4697)
-   chore: fix missing skill by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5134](getsentry/sentry-dotnet#5134)

</details>

---

### Configuration

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

🚦 *...
gunndabad added a commit to DFE-Digital/teaching-record-system that referenced this pull request May 6, 2026
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
from 6.4.1 to 6.5.0.

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

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

## 6.5.0

### Features ✨

- feat: Add support to send OTEL traces via OTLP by @​jamescrosswell in
[#​4899](getsentry/sentry-dotnet#4899)

### Fixes 🐛

- fix(unity): update `SentryEvent` to have `IsCaptured` to allow
dropping screenshots of filtered events by @​JoshuaMoelans in
[#​5162](getsentry/sentry-dotnet#5162)
- fix: Memory leak when filtered Activities get garbage collected before
`PruneFilteredSpans` runs by @​jamescrosswell in
[#​5186](getsentry/sentry-dotnet#5186)

### Dependencies ⬆️

#### Deps

- chore(deps): update Cocoa SDK to v9.12.0 by @​github-actions in
[#​5179](getsentry/sentry-dotnet#5179)
- chore(deps): update CLI to v3.4.1 by @​github-actions in
[#​5171](getsentry/sentry-dotnet#5171)
- chore(deps): update Native SDK to v0.13.8 by @​github-actions in
[#​5165](getsentry/sentry-dotnet#5165)
- chore(deps): update Java SDK to v8.40.0 by @​github-actions in
[#​5161](getsentry/sentry-dotnet#5161)
- chore(deps): update Cocoa SDK to v9.11.0 by @​github-actions in
[#​5160](getsentry/sentry-dotnet#5160)
- chore(deps): update CLI to v3.4.0 by @​github-actions in
[#​5145](getsentry/sentry-dotnet#5145)
- chore(deps): update Java SDK to v8.39.1 by @​github-actions in
[#​5144](getsentry/sentry-dotnet#5144)

### Other

- perf(logs): avoid string allocation when no parameters are passed by
@​Flash0ver in
[#​4697](getsentry/sentry-dotnet#4697)
- chore: fix missing skill by @​jamescrosswell in
[#​5134](getsentry/sentry-dotnet#5134)

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

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

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

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

## 6.5.0

### Features ✨

- feat: Add support to send OTEL traces via OTLP by @​jamescrosswell in
[#​4899](getsentry/sentry-dotnet#4899)

### Fixes 🐛

- fix(unity): update `SentryEvent` to have `IsCaptured` to allow
dropping screenshots of filtered events by @​JoshuaMoelans in
[#​5162](getsentry/sentry-dotnet#5162)
- fix: Memory leak when filtered Activities get garbage collected before
`PruneFilteredSpans` runs by @​jamescrosswell in
[#​5186](getsentry/sentry-dotnet#5186)

### Dependencies ⬆️

#### Deps

- chore(deps): update Cocoa SDK to v9.12.0 by @​github-actions in
[#​5179](getsentry/sentry-dotnet#5179)
- chore(deps): update CLI to v3.4.1 by @​github-actions in
[#​5171](getsentry/sentry-dotnet#5171)
- chore(deps): update Native SDK to v0.13.8 by @​github-actions in
[#​5165](getsentry/sentry-dotnet#5165)
- chore(deps): update Java SDK to v8.40.0 by @​github-actions in
[#​5161](getsentry/sentry-dotnet#5161)
- chore(deps): update Cocoa SDK to v9.11.0 by @​github-actions in
[#​5160](getsentry/sentry-dotnet#5160)
- chore(deps): update CLI to v3.4.0 by @​github-actions in
[#​5145](getsentry/sentry-dotnet#5145)
- chore(deps): update Java SDK to v8.39.1 by @​github-actions in
[#​5144](getsentry/sentry-dotnet#5144)

### Other

- perf(logs): avoid string allocation when no parameters are passed by
@​Flash0ver in
[#​4697](getsentry/sentry-dotnet#4697)
- chore: fix missing skill by @​jamescrosswell in
[#​5134](getsentry/sentry-dotnet#5134)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.4.1...6.5.0).
</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>
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