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/android/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ In addition to capturing errors, you can monitor interactions between multiple s
26
26
27
27
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
28
28
29
-
## Install
30
-
31
29
<OnboardingOptionButtons
32
30
options={[
33
31
'error-monitoring',
@@ -36,6 +34,8 @@ Select which Sentry features you'd like to install in addition to Error Monitori
36
34
]}
37
35
/>
38
36
37
+
## Install
38
+
39
39
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.
40
40
41
41
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](https://docs.sentry.io/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](https://docs.sentry.io/product/explore/profiling/). To enable tracing and/or profiling, click the corresponding checkmarks to get the code snippets.
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).
78
46
@@ -124,8 +92,6 @@ Sentry supports multiple versions of React Router. To learn how to configure the
Don't already have an account and Sentry project established? Head over to [sentry.io](https://sentry.io/signup/), then return to this page.
3
+
## Prerequisites
8
4
9
-
If you prefer to follow video instructions, see [How to Install the Sentry Ruby SDK in 60 Seconds](https://vimeo.com/899369197).
5
+
* You need a Sentry [account](https://sentry.io/signup/) and [project](/product/projects/)
6
+
* Ruby 2.4+ and any of the most recent JRuby versions
10
7
11
8
## Features
12
9
13
10
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).
14
11
15
12
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
0 commit comments