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)