From 577ecb0cf975c94eaf199110cd1d146f97788948 Mon Sep 17 00:00:00 2001 From: Karl Heinz Struggl Date: Thu, 19 Dec 2024 18:27:47 +0100 Subject: [PATCH] fixes duplicate feature descriptions --- docs/platforms/android/index.mdx | 2 -- docs/platforms/apple/common/index.mdx | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/platforms/android/index.mdx b/docs/platforms/android/index.mdx index fa10c726d5718..52b39b1be027c 100644 --- a/docs/platforms/android/index.mdx +++ b/docs/platforms/android/index.mdx @@ -49,8 +49,6 @@ Select which Sentry features you'd like to install in addition to Error Monitori 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. -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. - We recommend installing the SDK through our [Sentry Wizard](https://github.com/getsentry/sentry-wizard) by running the following command inside your project directory: ```bash diff --git a/docs/platforms/apple/common/index.mdx b/docs/platforms/apple/common/index.mdx index 8c357e9873029..3c7d1d8aea887 100644 --- a/docs/platforms/apple/common/index.mdx +++ b/docs/platforms/apple/common/index.mdx @@ -34,8 +34,6 @@ Select which Sentry features you'd like to install in addition to Error Monitori 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. -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/profiling/). To enable tracing and/or profiling, click the corresponding checkmarks to get the code snippets. - We recommend installing the SDK with Swift Package Manager (SPM), but we also support alternate [installation methods](install/). To integrate Sentry into your Xcode project, open your App in Xcode and open **File > Add Packages**. Then add the SDK by entering the git repo url in the top right search field: