Skip to content

Releases: getsentry/sentry-cocoa

8.24.0

11 Apr 09:59
Compare
Choose a tag to compare

Features

8.24.0-alpha.0

09 Apr 15:42
bb0c39a
Compare
Choose a tag to compare
8.24.0-alpha.0 Pre-release
Pre-release

Features

  • Add Session Replay (#3625)

We released our first Alpha version of the SDK with support.

To get access, it requires adding your Sentry org to our feature flag. This way data can be ingested and displayed in Sentry.
Please let us know on the waitlist if you're interested

8.23.0

03 Apr 14:33
937dce1
Compare
Choose a tag to compare

Features

  • Add Metrics API (#3791, #3799): Read our docs to learn
    more about how to use the Metrics API.
  • Pre-main profiling data is now attached to the app start transaction (#3736)
  • Release framework without UIKit/AppKit (#3793)
  • Add the option swizzleClassNameExcludes (#3813)

Fixes

  • Don't run onCrashedLastSession for nil Events (#3785)
  • Redistributable static libraries should never be built with module debugging enabled (#3800)
  • Fixed certain views getting loaded twice when adding a child view controller (#3753)
  • Fixed broken imports in SentrySwiftUI Carthage build (#3817)
  • Fix NSInvalidArgumentException for NSError sentryErrorWithDomain (#3819)
  • Again fix runtime error when including Sentry as a static lib (#3820)
  • Fix crash in hasUnfinishedChildSpansToWaitFor (#3821)

8.22.4

25 Mar 14:28
Compare
Choose a tag to compare

Fixes

  • CFBundleShortVersionString in the Info.plist file is invalid (#3787)

8.22.3

25 Mar 10:24
3b0de03
Compare
Choose a tag to compare

Fixes

  • Sentry.framework does not support the minimum OS Version specified in the Info.plist (#3774)
  • Add reference to Swift classes for hybrid SDKs (#3771)

8.22.3-beta.0

20 Mar 17:40
Compare
Choose a tag to compare
8.22.3-beta.0 Pre-release
Pre-release

Fixes

  • Sentry.framework does not support the minimum OS Version specified in the Info.plist (#3774)
  • Add reference to Swift classes for hybrid SDKs (#3771)

8.22.2

19 Mar 14:52
Compare
Choose a tag to compare
  • Fix runtime error when including Sentry as a static lib (#3764)
  • Fix Mac Catalyst support for the prebuilt XCFramework used by SPM and Carthage (#3767)

8.22.1

19 Mar 08:07
Compare
Choose a tag to compare

Warning: Hold off using this version if you use it with SPM and static linking. Use release 8.22.2 instead.

Fixes

  • Checksum error when resolving the SDK via SPM (#3760)

8.22.0

18 Mar 16:09
Compare
Choose a tag to compare

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)

8.21.0

04 Mar 11:12
Compare
Choose a tag to compare

Features

  • Add support for Sentry Spotlight (#3642), which is basically Sentry
    for development. Read our blog post to find out more.
  • Add field SentrySDK.detectedStartUpCrash (#3644)
  • Automatically profile app launches (#3529)
  • Use CocoaPods resource_bundles for PrivacyInfo (#3651)
  • Make tags of SentryScope public (#3650)

Improvements

  • Cache installationID async to avoid file IO on the main thread when starting the SDK (#3601)
  • Add reason for NSPrivacyAccessedAPICategoryFileTimestamp (#3626)

Fixes

  • Finish TTID span when transaction finishes (#3610)
  • Don't take screenshot and view hierarchy for app hanging (#3620)
  • Remove free_storage and storage_size from the device context (#3627), because Apple forbids sending
    information retrieved via NSFileSystemFreeSize and NSFileSystemSize off a device; see
    Apple docs.
  • Make SentryFramesTracker available for HybridSDKs (#3683)
  • Make SentrySwizzle available for HybridSDKs (#3684)
  • Move headers reference out of "extern C" (#3690)