Skip to content

8.22.0

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 18 Mar 16:09

Warning: this version is not working with SPM, please use update to 8.22.1 when using SPM

Improvements

  • SPM uses a prebuilt XCFramework and remove SentryPrivate (#3623):
    We now provide a prebuilt XCFramework for SPM, which speeds up your build and allows us to write
    more code in Swift. To make this happen, we had to remove the SentryPrivate target for SPM and
    CocoaPods, which you shouldn't have included directly.

Fixes

  • Write NSException reason for crash report (#3705)
  • Add context to event with CrashIntegration disabled (#3699)