Skip to content

chore(deps): update Cocoa SDK to v9.4.0#456

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/modules/sentry-cocoa.properties
Open

chore(deps): update Cocoa SDK to v9.4.0#456
github-actions[bot] wants to merge 1 commit intomainfrom
deps/modules/sentry-cocoa.properties

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 2, 2025

Bumps modules/sentry-cocoa.properties from 8.57.3 to 9.4.0.

Auto-generated by a dependency updater.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 8320538 to d06fe80 Compare December 2, 2025 03:30
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch 2 times, most recently from 3bbbea5 to d4be44f Compare December 10, 2025 18:56
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v9.0.0 chore(deps): update Cocoa SDK to v9.1.0 Dec 10, 2025
@@ -1,2 +1,2 @@
version=8.57.3
version=9.1.0
repo=https://github.com/getsentry/sentry-cocoa

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch 2 times, most recently from 01d6fb9 to 5e19f71 Compare December 18, 2025 03:31
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 5e19f71 to 665d9b3 Compare December 23, 2025 03:33
@@ -1,2 +1,2 @@
version=8.57.3
version=9.1.0
repo=https://github.com/getsentry/sentry-cocoa

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 665d9b3 to d573ad2 Compare December 24, 2025 03:33
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from d573ad2 to cf2a786 Compare January 10, 2026 03:32
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from cf2a786 to 68d1559 Compare January 20, 2026 03:35
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 20, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

  • (deps) Update Cocoa SDK to v9.4.0 by github-actions[bot] in #456
  • (release) Fix changelog-preview permissions by BYK in #486
  • Extract hash funcs and decouple implementation from STL by limbonaut in #490
  • Add more tools in test project by limbonaut in #489
  • Align enable_logs option with other SDKs by limbonaut in #484

Other

  • test: iOS end-to-end in CI by limbonaut in #462

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 68d1559 to d564877 Compare January 21, 2026 03:35
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v9.1.0 chore(deps): update Cocoa SDK to v9.2.0 Jan 22, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from d564877 to 39d30b4 Compare January 22, 2026 03:35
@@ -1,2 +1,2 @@
version=8.57.3
version=9.2.0
repo=https://github.com/getsentry/sentry-cocoa
Copy link

Choose a reason for hiding this comment

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

Bug: The code uses options.experimental.enableLogs, a property removed in Sentry Cocoa SDK v9.0.0. This will cause a crash with the updated dependency.
Severity: HIGH

Suggested Fix

In src/sentry/cocoa/cocoa_sdk.mm, change the line options.experimental.enableLogs = SentryOptions::get_singleton()->get_enable_logs(); to options.enableLogs = SentryOptions::get_singleton()->get_enable_logs(); to use the correct API for the updated SDK version.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: modules/sentry-cocoa.properties#L2

Potential issue: The pull request updates the Sentry Cocoa SDK to v9.2.0, which contains
a breaking change introduced in v9.0.0. The property `options.experimental.enableLogs`,
used in `src/sentry/cocoa/cocoa_sdk.mm`, was removed and replaced with
`options.enableLogs`. Attempting to access the old property path on the updated SDK will
cause a runtime crash during initialization on iOS and macOS platforms, as the property
no longer exists.

Did we get this right? 👍 / 👎 to inform future reviews.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 39d30b4 to e36855e Compare January 29, 2026 03:48
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v9.2.0 chore(deps): update Cocoa SDK to v9.3.0 Jan 29, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch 3 times, most recently from b6c9c39 to 9b846fd Compare February 4, 2026 03:49
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties branch from 9b846fd to 6b877b9 Compare February 5, 2026 03:49
@github-actions github-actions bot changed the title chore(deps): update Cocoa SDK to v9.3.0 chore(deps): update Cocoa SDK to v9.4.0 Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant