Skip to content

chore(deps): update Cocoa SDK to v8.58.2#3664

Merged
buenaflor merged 5 commits intomainfrom
deps/packages/flutter/scripts/update-cocoa.sh
Apr 30, 2026
Merged

chore(deps): update Cocoa SDK to v8.58.2#3664
buenaflor merged 5 commits intomainfrom
deps/packages/flutter/scripts/update-cocoa.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps packages/flutter/scripts/update-cocoa.sh from 8.58.1 to 8.58.2.

Auto-generated by a dependency updater.

Changelog

8.58.2

Fixes

  • Fix Packageswift-6.1.swift SPM manifest compilation on Swift 6.1 / Xcode 26 (#7800, #7819)

@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 91.90%. Comparing base (2269f05) to head (f4a1901).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3664      +/-   ##
==========================================
+ Coverage   86.80%   91.90%   +5.10%     
==========================================
  Files         335      105     -230     
  Lines       11934     3731    -8203     
==========================================
- Hits        10359     3429    -6930     
+ Misses       1575      302    -1273     
Flag Coverage Δ
sentry ?
sentry_dio ?
sentry_drift ?
sentry_file ?
sentry_firebase_remote_config 100.00% <ø> (ø)
sentry_flutter 91.52% <ø> (+0.34%) ⬆️
sentry_hive ?
sentry_isar ?
sentry_link ?
sentry_logging ?
sentry_sqflite ?
sentry_supabase 97.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sentry
Copy link
Copy Markdown

sentry Bot commented Apr 23, 2026

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
sentry_flutter_example io.sentry.flutter.sample 9.19.0 (1) Release

⚙️ sentry-flutter Build Distribution Settings

cursor[bot]

This comment was marked as outdated.

@buenaflor buenaflor force-pushed the deps/packages/flutter/scripts/update-cocoa.sh branch from a2eae27 to 3277ea3 Compare April 23, 2026 13:01
@bruno-garcia bruno-garcia force-pushed the deps/packages/flutter/scripts/update-cocoa.sh branch 2 times, most recently from db68017 to bcd5594 Compare April 27, 2026 08:31
@bruno-garcia bruno-garcia force-pushed the deps/packages/flutter/scripts/update-cocoa.sh branch from bcd5594 to ef89192 Compare April 27, 2026 08:43
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1096d0e. Configure here.

Keep all example SwiftPM lockfiles in sync with the Sentry Cocoa
version required by Package.swift so macOS CI can resolve packages.

Co-Authored-By: GPT-5.5 <noreply@openai.com>
Made-with: Cursor
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 30, 2026

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

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


Features

  • Prevent cross-organization trace continuation by antonis in #3567
    • 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.
    • Options are also applied to the native Android SDK. On iOS, only the Dart layer enforces strict trace continuation.

Fixes

  • (flutter) Send frame delay in seconds by buenaflor in #3677

Dependencies

Deps

  • chore(deps): update Cocoa SDK to v8.58.2 by github-actions[bot] in #3664
  • chore(deps): update Native SDK to v0.13.8 by github-actions in #3667
  • chore(deps): update Android SDK to v8.40.0 by github-actions in #3663

Internal Changes

  • Enforce conventional commit format for PR titles by buenaflor in #3666

🤖 This preview updates automatically when you update the PR.

buenaflor and others added 2 commits April 30, 2026 13:02
Treat the dependabot author the same as dependabot[bot] when generating
release notes so dependency automation stays out of the changelog.

Co-Authored-By: GPT-5.5 <noreply@openai.com>
Made-with: Cursor
Keep the SwiftPM lockfiles aligned with the revision required by
sqlite3_flutter_libs while preserving the Sentry Cocoa version bump.

Co-Authored-By: GPT-5.5 <noreply@openai.com>
Made-with: Cursor
@buenaflor buenaflor merged commit 737ef5d into main Apr 30, 2026
65 checks passed
@buenaflor buenaflor deleted the deps/packages/flutter/scripts/update-cocoa.sh branch April 30, 2026 11:45
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.

2 participants