Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 19, 2025

Bumps modules/sentry-cocoa.properties from 8.54.0 to 8.55.0.

Auto-generated by a dependency updater.

Changelog

8.55.0

Important

Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them.
We have decided to split the Dynamic variant and Sentry-WithoutUIKitOrAppKit of Sentry into two variants:

  • Sentry-Dynamic: Without ARM64e
  • Sentry-Dynamic-WithARM64e: With ARM64e slice
  • Sentry-WithoutUIKitOrAppKit: Without ARM64e
  • Sentry-WithoutUIKitOrAppKit-WithARM64e: With ARM64e slice

If your app does not need arm64e, you don't need to make any changes.
But if your app needs arm64e please use Sentry-Dynamic-WithARM64e or Sentry-WithoutUIKitOrAppKit-WithARM64e from 8.55.0 so you don't have issues uploading to the App Store.

Fixes

  • Add null-handling for parsed DSN in SentryHTTPTransport (#5800)

Features

  • Add a new prebuilt framework with arm64e and remove it from the regular one (#5788)
  • Add beforeSendLog callback to SentryOptions (#5678)
  • Structured Logs: Flush logs on SDK flush/close (#5834)
  • Add a new prebuilt framework with ARM64e for WithoutUIKitOrAppKit (#5897)
  • Add source context and vars fields to SentryFrame (#5853)

Fixes

  • Add support for PDFKit views in session replay (#5750)
  • Fix Infinite Session Replay Processing Loop (#5765)
  • Fix memory leak in SessionReplayIntegration (#5770)
  • Fix reporting of energy used while profiling (#5768)
  • Fixed a build error in SentryFeedback.swift when building with cocoapods on Xcode 14.2 (#5917)
  • Fix linking against Sentry on an app extension (#5813)

Internal

  • Add nullability property for screenName (#5782)

@github-actions github-actions bot requested a review from bitsandfoxes as a code owner August 19, 2025 03:18
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties/8.55.0 branch 2 times, most recently from 5e44454 to 2ad3386 Compare August 26, 2025 03:18
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties/8.55.0 branch 2 times, most recently from 5b239c8 to c60bfa3 Compare August 28, 2025 03:14
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-cocoa.properties/8.55.0 branch from c60bfa3 to ace36d1 Compare August 29, 2025 03:14
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