Target Branch
0.83-stable
Link to commit or PR to be picked
facebook/react-native#56372
Description
Backports some CDP Performance features and stability improvements to 0.83-stable. This supports a validation project with these features within Expo.
This includes:
- Remaining implementation of Frame Timings and screenshot capture in performance traces (Android)
- New support for Frame Timings and screenshot capture on iOS
- Optimisations to trace chunk generation, memory usage during performance recording
Page.captureScreenshot (Android, iOS)
All features remain gated behind feature flags (fuseboxFrameRecordingEnabled, fuseboxScreenshotCaptureEnabled).
Target Branch
0.83-stable
Link to commit or PR to be picked
facebook/react-native#56372
Description
Backports some CDP Performance features and stability improvements to
0.83-stable. This supports a validation project with these features within Expo.This includes:
Page.captureScreenshot(Android, iOS)All features remain gated behind feature flags (
fuseboxFrameRecordingEnabled,fuseboxScreenshotCaptureEnabled).