You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When react-native link runs it overwrites an already configured envrionment. I think the wizard should be skipped it its already configured.
yarn install
➜ yarn install
yarn install v1.7.0
[1/4] 🔍 Resolving packages...
success Already up-to-date.
$ SENTRY_WIZARD_SKIP_CONNECT=1 SENTRY_WIZARD_QUIET=1 react-native link
rnpm-install info Platform 'ios' module lottie-react-native is already linked
rnpm-install info Platform 'android' module lottie-react-native is already linked
rnpm-install info Platform 'ios' module react-native-onepassword is already linked
rnpm-install info Platform 'ios' module react-native-pusher-push-notifications is already linked
rnpm-install info Platform 'android' module react-native-pusher-push-notifications is already linked
rnpm-install info Platform 'ios' module react-native-sentry is already linked
rnpm-install info Platform 'android' module react-native-sentry is already linked
Quiet mode On, DAMA, don't ask me anything
Running Sentry Wizard...
version: 0.11.1 | sentry-cli version: 1.34.0
Sentry Wizard will you help to configure your project
Thank you for using Sentry :)
Skipping connection to Sentry
Successfully set up android for react-native
Successfully set up ios for react-native
🎉 Successfully set up Sentry for your project 🎉
And after that the ios/sentry.properties is overwritten with a default file...
This issue is still happening. As a workaround, I committed on source control (private repo) the sentry.properties files and after react-native link I run:
I am closing all old issues, please if this is still a problem feel free to revive it.
Also, consider moving to our new SDK @sentry/react-native if it still happens there please open a new issue.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
When
react-native link
runs it overwrites an already configured envrionment. I think the wizard should be skipped it its already configured.yarn install
And after that the
ios/sentry.properties
is overwritten with a default file...The text was updated successfully, but these errors were encountered: