5.29.0
Warning
Due to a bug (getsentry/sentry-cocoa#4280) introduced in Sentry Cocoa 8.33.0, we deprecated this release and recommend upgrading to Sentry React Native SDK 5.31.0 or newer.
Features
TimeToInitialDisplay
andTimeToFullDisplay
start the time to display spans on mount (#4020)
Fixed
- fix(ttid): End and measure TTID regardless current active span (#4019)
- Fixes possible missing TTID measurements and spans
- Fix crash when passing array as data to
Sentry.addBreadcrumb({ data: [] })
(#4021)- The expected
data
type is plain JS object, otherwise the data might be lost.
- The expected
- Fix
requireNativeComponent
missing inreact-native-web
(#3958)