We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS:
Platform:
Output of node -v && npm -v && npm ls --prod --depth=0
node -v && npm -v && npm ls --prod --depth=0
▶ node -v && npm -v && npm ls --prod --depth=0 v10.12.0 6.4.1 ├── @sentry/wizard@0.12.1 ├── axios@0.18.0 ├── native-base@2.8.1 ├── react@16.6.1 ├── react-native@0.57.7 ├── react-native-fbsdk@0.8.0 ├── react-native-google-signin@1.0.1 ├── react-native-loading-spinner-overlay@1.0.1 ├── react-native-otp-inputs@1.0.0 ├── react-native-responsive-screen@1.1.10 ├── react-native-router-flux@4.0.5 ├── react-native-sentry@0.39.1 ├── react-native-tabbar-bottom@1.0.4 ├── react-redux@5.1.1 ├── redux@4.0.1 └── redux-saga@0.16.2
Config:
Sentry.config('https://...@sentry.io/...', { .... }).install()
I have following issue: I want to link my project with react-native-sentry by this code
▶ react-native link react-native-sentry
But after opening my browser and running wizard, this is the result in my terminal
Sentry Wizard failed with: no projects
Is there any step that I missed? Thank you
Edited I forgot to create my project at https://sentry.io/. But I am still wondering, why React Native project does not grouped in Mobile category?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
I want to link my project with react-native-sentry by this code
But after opening my browser and running wizard, this is the result in my terminal
Is there any step that I missed? Thank you
Edited
I forgot to create my project at https://sentry.io/. But I am still wondering, why React Native project does not grouped in Mobile category?
The text was updated successfully, but these errors were encountered: