-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Android cli-wizard #316
Comments
Just out of curiosity: Do Android developers use |
we discussed this with mobile folks, and the agreement was that many android devs might have node, but the best approach would probably be to publish to |
saving here to not lose
|
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Background:
Success rates for developers creating Android projects and sending events, are low in comparison to other platforms. We want to ship a number of improvements to address this and try to help android devs navigate setting up their Android apps with Sentry. This issue will focus on shipping a cli-wizard
Solution Proposal:
At first this wizard is really only intended for setting up Android apps which do not have any Sentry configuration yet, However the wizard should recognize if there is existing config, in the future it may be desirable to update existing. For now we will ignore this complexity.
Goal: Make it exceedingly easy for users to get started with Sentry on Android
brew @sentry/wizard@latest -i android
Login:
Install:
Configure:
AndroidManifest.xml
to inject needed config optionsVerify:
Build tooling:
Requirements
Reference:
npx @sentry/wizard@latest -s -i reactNative
npx @sentry/wizard@latest -i nextjs
npx @sentry/wizard@latest -i sveltekit
The text was updated successfully, but these errors were encountered: