Skip to content

8.54.1-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 11 Aug 13:09

Important

Xcode 26 is not allowing individual frameworks to contain arm64e slices anymore if the main binary doesn't contain it.
We have decided to split the Dynamic variant of Sentry into two variants:

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

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

Features

  • Add a new prebuilt framework with arm64e and remove it from the regular one (#5788)

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)

Internal

  • Add nullability property for screenName (#5782)