Skip to content

3.69.9

Choose a tag to compare

@github-actions github-actions released this 24 Aug 10:56
· 8 commits to main since this release
Immutable release. Only release title and notes can be modified.
9850e52

Patch Changes

  • 275505d: Mask React Native New Architecture (Fabric) text and image component views (RCTParagraphComponentView, RCTImageComponentView) and react-native-svg root views (RNSVGSvgView) during session replay, matching the existing legacy RCTTextView/RCTImageView handling.
  • 7285d17: Fix reloadFeatureFlags(_:) completion handlers resolving with stale cached flags when a reload was displaced from the pending queue. They now resolve against a /flags response that actually went out, so they fire later — after a round trip and any retries — but with flags evaluated for the caller's request-time person properties.
  • 856667f: Drop events and logs when Objective-C beforeSend callbacks raise exceptions.