Skip to content

Fix broken links #12844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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