-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
codepush artifacts not uploaded #233
Comments
Having this issue as well. Wasn't sure if it was an end user problem. The release gradle script works fine on Android but when it comes to code push releases, the artifacts aren't uploaded and come up with exactly the same output as the post above.
|
Issue occurs on latest [email protected]. We haven't been able to debug any code push releases for a while now and are instead relying on binary releases which does upload the .js & .map files to Sentry correctly. |
@jamsch @magus happy to say I think I found what was up. For us, CodePush was writing bundle and map to a Adding Full command:
|
Great, that worked! Seems so obvious I wish I had investigated sooner, thanks! |
Since the latest sentry-cli 1.39.1 this command you must replace 'codepush' with 'appcenter', i.e.
|
https://docs.sentry.io/clients/react-native/codepush/
Running the commands exactly as described in the documentation with the path to my JS. The output of the command suggests the files are uploaded and the release is created on Sentry. However there are no items under the artifacts and all crashes cannot find sourcemaps (because there is nothing there).
The artifacts upload fine from Xcode.
The text was updated successfully, but these errors were encountered: