Skip to content
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

support code-push-standalone #2335

Closed
GwiYeong opened this issue Jan 7, 2025 · 2 comments
Closed

support code-push-standalone #2335

GwiYeong opened this issue Jan 7, 2025 · 2 comments

Comments

@GwiYeong
Copy link

GwiYeong commented Jan 7, 2025

sentry cli support appcenter codepush but appcenter is scheduled for retirement on March 31, 2025.
Microsoft provides a standalone version of code push In order to let developers keep using CodePush functionality after App Center is fully retired.
Based on this repository, the features used by the appcenter codepush command have been replaced by the code-push-standalone command, which supports most of the features (with slightly different parameters). Document is here

could you please support code-push-standalone to be available in sentry-cli?

@kahest
Copy link
Member

kahest commented Jan 8, 2025

Hey @GwiYeong thanks for the request - this makes sense. I think we need to adapt how we generate the codepush command here

let output = Command::new(appcenter_bin)
.arg("codepush")

@szokeasaurusrex
Copy link
Member

Hi @GwiYeong, after discussing with @krystofwoldrich and the rest of the team, we realized that the react-native appcenter command is no longer needed, and we are planning to deprecate it (#2336).

Instead, you should use the sentry-cli sourcemaps upload command to upload sourcemaps for Codepush, as stated in our docs. This sentry-cli sourcemaps upload command should already work out of the box with Codepush standalone, so I am going to close this issue as completed.

@github-project-automation github-project-automation bot moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

3 participants