Skip to content

chore(deps): update Cocoa SDK to v9.18.0#6311

Merged
antonis merged 1 commit into
mainfrom
deps/scripts/update-cocoa.sh
Jun 18, 2026
Merged

chore(deps): update Cocoa SDK to v9.18.0#6311
antonis merged 1 commit into
mainfrom
deps/scripts/update-cocoa.sh

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps scripts/update-cocoa.sh from 9.17.1 to 9.18.0.

Auto-generated by a dependency updater.

Changelog

9.18.0

Features

  • Add SentryObjC User Feedback presentation APIs and a feedback form factory returning UIViewController instances. (#8027)

Fixes

  • Show feedback form from shake or screenshot without widget (#8050)

Deprecations

  • Deprecate the managed User Feedback custom button. It will be removed in v10. Present the feedback form from your own UI with SentrySDK.feedback.show(), SentrySDK.FeedbackForm, or .sentryFeedback(isPresented:) instead. (#8052)

  • Silence retroactive conformance warning for SentryLevel: CustomStringConvertible when building with SPM from source (#8032)

Full CHANGELOG.md diff
 -1,5 +1,19 
 # Changelog
 
+## 9.18.0
+
+### Features
+
+- Add SentryObjC User Feedback presentation APIs and a feedback form factory returning `UIViewController` instances. ([#8027](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8027))
+
+### Fixes
+
+- Show feedback form from shake or screenshot without widget ([#8050](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8050))
+
+### Deprecations
+
+- Deprecate the managed User Feedback custom button. It will be removed in v10. Present the feedback form from your own UI with `SentrySDK.feedback.show()`, `SentrySDK.FeedbackForm`, or `.sentryFeedback(isPresented:)` instead. ([#8052](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8052))
+
 ## 9.17.1
 
 ### Fixes
 -7,6 +21,7 
 - Ship dSYMs in SentryObjC-Dynamic.xcframework artifacts ([#8036](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8036))
 - Fix missing `_OBJC_CLASS_$_` symbols in x86_64 slice of SentryObjC dynamic framework ([#8037](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8037))
 - Mark feedback form aliases and conformances unavailable in app extensions ([#8040](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8040))
+- Silence retroactive conformance warning for `SentryLevel: CustomStringConvertible` when building with SPM from source ([#8032](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8032))
 
 ## 9.17.0
 
 -48,10 +63,6 
   - Application Init: app.start -> app.start.application_init
   - Extended App Start: app.start -> app.start.extended_app_start
 
-### Fixes
-
-- Silence retroactive conformance warning for `SentryLevel: CustomStringConvertible` when building with SPM from source ([#8032](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8032))
-
 ### Deprecations
 
 - Deprecate the managed User Feedback widget/FAB. It will be removed in v10. Present the feedback form from your own UI with `SentrySDK.feedback.show()`, `SentrySDK.FeedbackForm`, or `.sentryFeedback(isPresented:)` instead. ([#8022](https://github-redirect.dependabot.com/getsentry/sentry-cocoa/issues/8022))

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 18, 2026
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch from e4d3699 to b4ceb4e Compare June 18, 2026 07:56
@github-actions

github-actions Bot commented Jun 18, 2026

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


  • chore(deps): update Cocoa SDK to v9.18.0 by github-actions[bot] in #6311
  • fix(android): Prevent breadcrumb loss from numeric timestamp ClassCastException by antonis in #6308
  • chore(deps): update Android SDK to v8.44.0 by github-actions in #6310
  • chore(deps): update CLI to v3.5.1 by github-actions in #6305
  • chore(deps): update JavaScript SDK to v10.58.0 by github-actions in #6296
  • chore: Fix lint issues by antonis in #6300
  • chore: Bump sample and perf test apps to React Native 0.86.0 by antonis in #6287
  • fix(deps): bump form-data from 4.0.5 to 4.0.6 by antonis in #6297
  • fix(ci): Handle @sentry-internal/* package renames in JS updater by antonis in #6295
  • Record network request/response bodies in Session Replay by alwx in #6288
  • chore(deps): bump tar from 7.5.11 to 7.5.16 by dependabot in #6293
  • fix(ci): Update renamed @sentry-internal/* packages in JS updater script by antonis in #6294
  • chore(deps): bump launch-editor from 2.11.1 to 2.14.1 by dependabot in #6291
  • chore(deps-dev): bump @babel/core from 7.26.7 to 7.29.6 by dependabot in #6292
  • fix(deps): Resolve shell-quote to >=1.8.4 (Dependabot RNSentryModule.captureEvent is ignoring environment #547) by antonis in #6286
  • fix(ci): Support version catalog in android SDK version check by antonis in #6280
  • test(e2e): Bump E2E tests to React Native 0.86.0 by antonis in #6268
  • feat(android): Add nativeStackAndroid support to NativeLinkedErrors by lucas-zimerman in #6278
  • chore(deps): bump ruby/setup-ruby from 1.310.0 to 1.313.0 by dependabot in #6282
  • chore(deps): update Maestro to v2.6.1 by github-actions in #6277
  • chore(deps): bump gradle/actions from 6.1.0 to 6.2.0 by dependabot in #6284
  • chore(deps): bump getsentry/craft from 2.26.8 to 2.26.10 by dependabot in #6283
  • chore(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.26.8 to 2.26.10 by dependabot in #6281
  • chore(deps): update Sentry Android Gradle Plugin to v6.11.0 by github-actions in #6275

Plus 5 more


🤖 This preview updates automatically when you update the PR.

@antonis antonis added the ready-to-merge Triggers the full CI test suite label Jun 18, 2026
@sentry

sentry Bot commented Jun 18, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
Sentry RN io.sentry.reactnative.sample 8.14.0 (91) Release

⚙️ sentry-react-native Build Distribution Settings

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-cocoa.sh branch from b4ceb4e to 25b650e Compare June 18, 2026 09:04
@github-actions

Copy link
Copy Markdown
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 3827.00 ms 1213.57 ms -2613.43 ms
Size 4.98 MiB 6.46 MiB 1.49 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
7436d0f+dirty 3851.58 ms 1232.21 ms -2619.38 ms
7d6fd3a+dirty 1223.29 ms 1229.57 ms 6.28 ms
37a2091+dirty 3821.77 ms 1212.34 ms -2609.43 ms
890d145+dirty 1223.59 ms 1231.37 ms 7.78 ms
4b87b12+dirty 1212.90 ms 1222.09 ms 9.19 ms
5c1e987+dirty 1204.30 ms 1222.15 ms 17.85 ms
9210ae6+dirty 3815.93 ms 1214.14 ms -2601.79 ms
c004dae+dirty 3850.32 ms 1227.79 ms -2622.53 ms
eb93136+dirty 3843.09 ms 1220.11 ms -2622.98 ms
4953e94+dirty 1212.06 ms 1214.83 ms 2.77 ms

App size

Revision Plain With Sentry Diff
7436d0f+dirty 5.15 MiB 6.70 MiB 1.54 MiB
7d6fd3a+dirty 3.38 MiB 4.77 MiB 1.39 MiB
37a2091+dirty 5.15 MiB 6.70 MiB 1.54 MiB
890d145+dirty 3.38 MiB 4.77 MiB 1.38 MiB
4b87b12+dirty 3.38 MiB 4.77 MiB 1.39 MiB
5c1e987+dirty 3.38 MiB 4.73 MiB 1.35 MiB
9210ae6+dirty 5.15 MiB 6.68 MiB 1.53 MiB
c004dae+dirty 5.15 MiB 6.67 MiB 1.51 MiB
eb93136+dirty 5.15 MiB 6.69 MiB 1.53 MiB
4953e94+dirty 3.38 MiB 4.73 MiB 1.35 MiB

Previous results on branch: deps/scripts/update-cocoa.sh

Startup times

Revision Plain With Sentry Diff
58dacb0+dirty 3849.82 ms 1228.28 ms -2621.54 ms
08c933b+dirty 1224.53 ms 1226.59 ms 2.06 ms
cb5d89e+dirty 3851.80 ms 1225.70 ms -2626.10 ms

App size

Revision Plain With Sentry Diff
58dacb0+dirty 5.15 MiB 6.67 MiB 1.51 MiB
08c933b+dirty 3.38 MiB 4.78 MiB 1.40 MiB
cb5d89e+dirty 5.15 MiB 6.70 MiB 1.54 MiB

@antonis antonis enabled auto-merge (squash) June 18, 2026 11:19
@antonis antonis merged commit 8a95f20 into main Jun 18, 2026
84 of 88 checks passed
@antonis antonis deleted the deps/scripts/update-cocoa.sh branch June 18, 2026 11:19
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 ready-to-merge Triggers the full CI test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants