Fixes
- Expo Updates Context is passed to native after native init to be available for crashes (#4808)
- Expo Updates Context values should all be lowercase (#4809)
- Avoid duplicate network requests (fetch, xhr) by default (#4816)
traceFetch
is disabled by default on mobile as RN uses a polyfill which will be traced bytraceXHR
Changes
- Renames
enableExperimentalViewRenderer
toenableViewRendererV2
which is enabled by default for up to 5x times more performance in Session Replay on iOS (#4815)