Skip to content

Commit 3a54448

Browse files
Add Expo SDK 50 links to RN docs (#8873)
Co-authored-by: Shana Matthews <[email protected]>
1 parent 72d324e commit 3a54448

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/platform-includes/getting-started-primer/react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Features:
2727
- On Device symbolication for JavaScript (in Debug)
2828
- [RAM bundle support](/platforms/react-native/manual-setup/ram-bundles/)
2929
- [Hermes support](/platforms/react-native/manual-setup/hermes/)
30-
- [Expo package](https://docs.expo.io/guides/using-sentry/) maintained by the Expo team
30+
- [Expo support](/platforms/react-native/manual-setup/expo/) out of the box
3131
- [Attachments](/platforms/react-native/enriching-events/attachments/) enrich your event by storing additional files, such as config or log files.
3232
- [User Feedback](/platforms/react-native/user-feedback/) provides the ability to collect user information when an event occurs.
3333
- [View Hierarchy](/platforms/react-native/enriching-events/viewhierarchy/) shows the structure of native components at the time an error occurred.

src/platforms/react-native/manual-setup/expo.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ Experimental support means it may have bugs. We recognize the irony.
1313

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

16-
### Install the Sentry SDK
16+
## Prerequisities
17+
18+
- [Expo SDK 50](https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/) or newer.
19+
- [Expo SDK 49](https://docs.expo.dev/guides/using-sentry/) and older are supported by the `sentry-expo` package.
20+
- [Sign up for an account](https://sentry.io/signup/).
21+
22+
## Install the Sentry SDK
1723

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

0 commit comments

Comments
 (0)