Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
  • Loading branch information
krystofwoldrich and shanamatthews authored Dec 7, 2023
1 parent 3c4dac1 commit 29f5b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/react-native/manual-setup/expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Experimental support means it may have bugs. We recognize the irony.

To set up the Sentry React Native SDK in your Expo-managed project, follow the steps on this page.

### Install SDK Package
### Install the Sentry SDK

Install the `@sentry/react-native` package:

Expand Down Expand Up @@ -57,7 +57,7 @@ function App() {
export default Sentry.wrap(App);
```

### Add Sentry Expo plugin
### Add the Sentry Expo Plugin

To ensure the bundles and source maps are automatically uploaded during the native applications builds, add `withSentry` to the Expo application configuration:

Expand Down

0 comments on commit 29f5b35

Please sign in to comment.