We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4936b0b commit 8582729Copy full SHA for 8582729
docs/src/content/docs/recipes/sentry-setup.mdx
@@ -87,7 +87,7 @@ The starter kit did not come with Sentry pre-configured, but it's very easy to s
87
5. Now you can install the Sentry SDK in your project.
88
89
```bash
90
- npm install @sentry/react-native
+ npx expo install @sentry/react-native
91
```
92
93
6. Add Sentry plugin config to your `app.config.ts` file.
0 commit comments