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
TimeToInitialDisplayandTimeToFullDisplaystart 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
datatype is plain JS object, otherwise the data might be lost.
- The expected
- Fix
requireNativeComponentmissing inreact-native-web(#3958)