diff --git a/src/platforms/react-native/manual-setup/expo.mdx b/src/platforms/react-native/manual-setup/expo.mdx index 6d80f176dea8c..30f2830861fcd 100644 --- a/src/platforms/react-native/manual-setup/expo.mdx +++ b/src/platforms/react-native/manual-setup/expo.mdx @@ -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: @@ -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: