File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
platform-includes/getting-started-primer
platforms/react-native/manual-setup Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Features:
27
27
- On Device symbolication for JavaScript (in Debug)
28
28
- [ RAM bundle support] ( /platforms/react-native/manual-setup/ram-bundles/ )
29
29
- [ 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
31
31
- [ Attachments] ( /platforms/react-native/enriching-events/attachments/ ) enrich your event by storing additional files, such as config or log files.
32
32
- [ User Feedback] ( /platforms/react-native/user-feedback/ ) provides the ability to collect user information when an event occurs.
33
33
- [ View Hierarchy] ( /platforms/react-native/enriching-events/viewhierarchy/ ) shows the structure of native components at the time an error occurred.
Original file line number Diff line number Diff line change @@ -13,7 +13,13 @@ Experimental support means it may have bugs. We recognize the irony.
13
13
14
14
To set up the Sentry React Native SDK in your Expo project, follow the steps on this page.
15
15
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
17
23
18
24
Install the ` @sentry/react-native ` package:
19
25
You can’t perform that action at this time.
0 commit comments