You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/react-native/index.mdx
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,6 @@ Select which Sentry features you'd like to install in addition to Error Monitori
25
25
26
26
## Install
27
27
28
-
<OnboardingOptionButtons
29
-
options={[
30
-
'error-monitoring',
31
-
'performance',
32
-
'profiling',
33
-
]}
34
-
/>
35
-
36
28
Sentry captures data by using an SDK within your application's runtime. These are platform-specific and allow Sentry to have a deep understanding of how your application works.
37
29
38
30
To install, run `@sentry/wizard`:
@@ -62,18 +54,25 @@ If you're using Expo, [read our docs](/platforms/react-native/manual-setup/expo/
62
54
63
55
## Configure
64
56
65
-
To capture all errors, initialize the Sentry React Native SDK as soon as possible.
57
+
<OnboardingOptionButtons
58
+
options={[
59
+
'error-monitoring',
60
+
'performance',
61
+
'profiling',
62
+
]}
63
+
/>
66
64
65
+
To capture all errors, initialize the Sentry React Native SDK as soon as possible.
0 commit comments