Releases: getsentry/sentry-cocoa
Releases · getsentry/sentry-cocoa
8.25.0-alpha.0
Features
- Add Session Replay, which is still experimental. (#3625)
- Access is limited to early access orgs on Sentry. If you're interested, sign up for the waitlist
Fixes
8.24.1-alpha.0
8.24.0
Features
- Add timing API for Metrics (#3812):
- Add rate limiting for Metrics (#3838)
- Data normalization for Metrics (#3843)
8.24.0-alpha.0
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
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)