-
-
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
react-native wizard for Expo projects #285
Comments
Effort: Small Impact: Medium We can also add a new project type to Sentry |
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 🥀 |
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 🥀 |
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 🥀 |
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 🥀 |
Currently
sentry-expo
has 4 setup steps that could be done by wizard (some already are done by wizard for pure react-native projects.)Steps:
expo install sentry-expo
(for pure rn projectssentry-react-native
is installed)Sentry.init
(already done by wizard)postPublish
hook (for pure rn projects this is alternative tosentry.properties
)Wizard could do all the steps above and the installation would be the same one-line command as for pure rn projects.
https://docs.expo.dev/guides/using-sentry/
The text was updated successfully, but these errors were encountered: