Skip to content

chore(deps): update Cocoa SDK to v9.15.0#5264

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-cocoa
Open

chore(deps): update Cocoa SDK to v9.15.0#5264
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-cocoa

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps modules/sentry-cocoa from 9.14.0 to 9.15.0.

Auto-generated by a dependency updater.

Changelog

9.15.0

Features

  • Add SentrySDK.extendAppLaunch() and SentrySDK.finishExtendedAppLaunch() to extend standalone app start spans beyond the default end point (e.g. include initial data loading). Call extendAppLaunch() after SentrySDK.start(options:) and before the app start transaction is created, then call finishExtendedAppLaunch() when your app is fully ready. Requires options.experimental.enableStandaloneAppStartTracing = true. (#7936)
  • Skip max app start duration limit for standalone app start tracing (#7949)

Fixes

  • Fix UIViewController transactions lost during launch profiling (#7920)

@github-actions github-actions Bot requested a review from jamescrosswell as a code owner May 28, 2026 04:24
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 28, 2026
@github-actions github-actions Bot requested a review from Flash0ver as a code owner May 28, 2026 04:24
@github-actions github-actions Bot added the Dependencies Pull requests that update a dependency file label May 28, 2026
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from d8950a2 to fe04576 Compare May 28, 2026 04:25
Comment thread modules/sentry-cocoa
@@ -1 +1 @@
Subproject commit 193d313fbfd9affaf2be1692a0284a3b6574c515
Subproject commit cef29e94feb00b1b712514443d6d70b09ef20355
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The sentry-cocoa submodule update is not synchronized with the modules/sentry-cocoa.properties file, potentially causing release builds to use an outdated binary.
Severity: MEDIUM

Suggested Fix

The dependency update workflow should be modified to automatically generate or update the modules/sentry-cocoa.properties file with the correct version whenever the sentry-cocoa submodule is updated. This will ensure that builds relying on the properties file download the correct binary version, synchronizing it with the submodule pointer.

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#L1

Potential issue: The dependency update process for `sentry-cocoa` only updates the git
submodule pointer but does not update the corresponding
`modules/sentry-cocoa.properties` file. This properties file is used by some build
configurations to download a pre-built binary. Because the file is not updated, these
builds may download and use an outdated version of the `sentry-cocoa` library, leading
to a version mismatch between the source code and the compiled binary. While the current
CI configuration may build from the submodule source, masking this issue, other build
environments or local development setups could fail or use the wrong dependency version.

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

@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.10%. Comparing base (8ddab0e) to head (687ed87).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5264   +/-   ##
=======================================
  Coverage   74.09%   74.10%           
=======================================
  Files         508      508           
  Lines       18320    18320           
  Branches     3584     3584           
=======================================
+ Hits        13575    13576    +1     
+ Misses       3872     3866    -6     
- Partials      873      878    +5     

☔ 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.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa branch from fe04576 to 687ed87 Compare May 29, 2026 04:26
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.

1 participant