-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: CI upload source maps when deploying a new app version #43999
fix: CI upload source maps when deploying a new app version #43999
Conversation
…ersion"" This reverts commit fb23d52.
The patch is part of react-native 0.75 in this commit: facebook/react-native@e25a9b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need for C+ review here
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.4.86-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.4.86-0 🚀
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.4.86-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.0.0-9 🚀
|
Details
(Note: This reverts commit fb23d52.)
This is the second attempt to fix uploading the source maps when we are deploying a new app version.
The first PR:
was reverted, because on iOS the build failed in the
Bundle React Native code and images
build phase. The error was because our iOS project path contains a whitespace./ios/New Expensify/build/...
, and generating a source map to a path with a whitespace is broken in react native.Someone already provided a fix for that, which will be available as part of react native v0.75. I created a patch for that:
In addition to the first PR, this introduces the change of naming our uploaded source maps to include the app version. This makes it very easy to later look up the artifact for fetching it, as we want to do it in this PR:
Fixed Issues
$ #43649
PROPOSAL: #43649 (comment)
Tests
CI only, not applicable
Offline tests
QA Steps
CI only, not applicable
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
CI only, not applicable