Skip to content

Commit 1f8bcbb

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Fix broken links
1 parent 092f3a2 commit 1f8bcbb

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import {PlatformOrGuideName} from './components/platformOrGuideName';
2+
3+
export default function FrontMatterData() {
4+
return (
5+
`---
6+
title: ${<PlatformOrGuideName/>}
7+
sidebar_title: Profiling
8+
sidebar_order: 5000
9+
description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations. Get started with profiling to understand your application's performance."
10+
notSupported:
11+
- javascript.bun
12+
- javascript.cordova
13+
- javascript.capacitor
14+
- javascript.deno
15+
- javascript.cloudflare
16+
---`
17+
)
18+
}

docs/product/onboarding/data-enrichment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are several ways you can [enrich your data](/platform-redirect?next=/enric
1818

1919
### Verify That Sentry's Tracing Auto-Instrumentation is Set Up Optimally
2020

21-
Once Tracing is turned on, Sentry will auto-instrument your spans. If any additional instrumentation is needed, look into your platform's [instrumentation documentation](platform-redirect?next=/tracing/instrumentation/automatic-instrumentation/) for additional options.
21+
Once Tracing is turned on, Sentry will auto-instrument your spans. If any additional instrumentation is needed, look into your platform's [instrumentation documentation](/platform-redirect?next=/tracing/instrumentation/automatic-instrumentation/) for additional options.
2222

2323
<Alert>
2424
Learn how [Sentry helps create actionable insights](/product/sentry-basics/performance-monitoring/#ways-to-monitor-performance-in-sentry) from your performance data.
@@ -40,7 +40,7 @@ Filtering out events that are not actionable or expected during normal operation
4040
<div style={{marginBottom:'40px'}}></div>
4141

4242
<Alert>
43-
Transactions/spans must be filtered out using `beforeSendSpan` and/or `beforeSendTransaction` [within the SDK](platform-redirect?next=/configuration/filtering/#using-before-send).
43+
Transactions/spans must be filtered out using `beforeSendSpan` and/or `beforeSendTransaction` [within the SDK](/platform-redirect?next=/configuration/filtering/#using-before-send).
4444
</Alert>
4545

4646
## Step 4: Grouping Your issues

0 commit comments

Comments
 (0)