Skip to content

Commit 8582729

Browse files
authored
fix(docs): update command to install sentry
1 parent 4936b0b commit 8582729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/recipes/sentry-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The starter kit did not come with Sentry pre-configured, but it's very easy to s
8787
5. Now you can install the Sentry SDK in your project.
8888

8989
```bash
90-
npm install @sentry/react-native
90+
npx expo install @sentry/react-native
9191
```
9292

9393
6. Add Sentry plugin config to your `app.config.ts` file.

0 commit comments

Comments
 (0)