Skip to content

v3.10.0

Choose a tag to compare

@joshedney joshedney released this 31 Mar 13:34
· 13 commits to next since this release

Changed

  • Refactor JS source map uploads to scan bundle files and extract the sourceMappingURL comment to find the corresponding .map file #273

Fixed

  • Log a DEBUG message rather than error when we can't find a Xcode archive for React Native iOS. #276
  • Fixed upload failures when using --retries option by rebuilding HTTP requests for each retry attempt, preventing "ContentLength with Body length 0" errors. #277