Skip to content

Commit

Permalink
Fix broken links (#12844)
Browse files Browse the repository at this point in the history
* Fix broken links

* fix one more link

---------

Co-authored-by: Alex Krawiec <[email protected]>
  • Loading branch information
coolguyzone and Alex Krawiec authored Feb 26, 2025
1 parent 63c6cc4 commit d95cbf9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/platforms/android/overhead/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa

## Tracing and Performance Monitoring

As stated in our <Link to="/product/insights/overview/performance-overhead">product docs on the topic</Link>, 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 <Link to="/product/insights/performance-overhead">product docs on the topic</Link>, 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

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/apple/common/overhead/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa

## Tracing and Performance Monitoring

As stated in our <Link to="/product/insights/overview/performance-overhead">product docs on the topic</Link>, 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 <Link to="/product/insights/performance-overhead">product docs on the topic</Link>, 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.

<PlatformSection supported={["apple.ios", "apple.macos"]}>

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/dart/overhead/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa

## Tracing and Performance Monitoring

As stated in our <Link to="/product/insights/overview/performance-overhead">product docs on the topic</Link>, 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 <Link to="/product/insights/performance-overhead">product docs on the topic</Link>, 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

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/flutter/overhead/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Note that increasing the max number of breadcrumbs **does not** improve performa

## Tracing and Performance Monitoring

As stated in our <Link to="/product/insights/overview/performance-overhead">product docs on the topic</Link>, 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 <Link to="/product/insights/performance-overhead">product docs on the topic</Link>, 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

Expand Down
2 changes: 1 addition & 1 deletion docs/product/explore/profiling/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To set up the profiling integration, use the links for supported SDKs below. Pro

<Alert>

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/).

</Alert>

Expand Down

0 comments on commit d95cbf9

Please sign in to comment.