From 7cce1d3f5a0d35b04e7fcae4b600e3834d87e93b Mon Sep 17 00:00:00 2001 From: Alex Krawiec Date: Tue, 25 Feb 2025 15:35:16 -0800 Subject: [PATCH 1/2] Fix broken links --- docs/platforms/android/overhead/index.mdx | 2 +- docs/platforms/apple/common/overhead/index.mdx | 2 +- docs/platforms/dart/overhead/index.mdx | 2 +- docs/platforms/flutter/overhead/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/platforms/android/overhead/index.mdx b/docs/platforms/android/overhead/index.mdx index 91c574bc5f6fbd..6aae5fde064db8 100644 --- a/docs/platforms/android/overhead/index.mdx +++ b/docs/platforms/android/overhead/index.mdx @@ -36,7 +36,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa ## Tracing and Performance Monitoring -As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. +As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. ## Profiling diff --git a/docs/platforms/apple/common/overhead/index.mdx b/docs/platforms/apple/common/overhead/index.mdx index f6c4666cedfa7e..c812271d56e416 100644 --- a/docs/platforms/apple/common/overhead/index.mdx +++ b/docs/platforms/apple/common/overhead/index.mdx @@ -40,7 +40,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa ## Tracing and Performance Monitoring -As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. +As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. diff --git a/docs/platforms/dart/overhead/index.mdx b/docs/platforms/dart/overhead/index.mdx index 79e5795e189faf..6f3af54bfda6cd 100644 --- a/docs/platforms/dart/overhead/index.mdx +++ b/docs/platforms/dart/overhead/index.mdx @@ -30,7 +30,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa ## Tracing and Performance Monitoring -As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. +As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. ## SDK Size diff --git a/docs/platforms/flutter/overhead/index.mdx b/docs/platforms/flutter/overhead/index.mdx index f8374d203b8f4d..dea29496da0dc8 100644 --- a/docs/platforms/flutter/overhead/index.mdx +++ b/docs/platforms/flutter/overhead/index.mdx @@ -36,7 +36,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa ## Tracing and Performance Monitoring -As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. +As stated in our product docs on the topic, Tracing adds some overhead, but should have minimal impact on the performance of your application. In typical scenarios, the expected overhead is less than 3% of the app's resource utilization. ## Profiling From e5460209ba369bf41288e9c9e1c2787bb5b7eb94 Mon Sep 17 00:00:00 2001 From: Alex Krawiec Date: Tue, 25 Feb 2025 15:56:25 -0800 Subject: [PATCH 2/2] fix one more link --- docs/product/explore/profiling/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/explore/profiling/getting-started.mdx b/docs/product/explore/profiling/getting-started.mdx index 1d4a2ba7995ba8..a617fa4fcc8568 100644 --- a/docs/product/explore/profiling/getting-started.mdx +++ b/docs/product/explore/profiling/getting-started.mdx @@ -10,7 +10,7 @@ To set up the profiling integration, use the links for supported SDKs below. Pro -Profiling depends on Sentry's performance monitoring product being enabled beforehand. To enable performance monitoring in the SDK, check out our [Insights guide](/product/insights/getting-started/). +Profiling depends on Sentry's performance monitoring product being enabled beforehand. To enable performance monitoring in the SDK, check out our [Insights guide](/product/insights/).