Skip to content

Commit 9f664fa

Browse files
authored
feat(js): Update profiling pages to avoid unnecessary nesting (#13352)
* feat(js): Update profiling pages to avoid unnecessary nesting For browser/node SDKs, we do not need to have a higher-level "Profiling" page that is empty with just a single sub-page "Browser Profiling" / "Node Profiling". Instead, now those will simply have a single "Profiling" page with the respective content. Only meta SDKs have a landing page with sub pages. * rename to browser * rename node * add redirects * avoid already renaming this
1 parent 86a61f7 commit 9f664fa

File tree

33 files changed

+207
-53
lines changed

33 files changed

+207
-53
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set Up Profiling
33
sidebar_order: 5000
4-
description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations. Get started with browser and Node.js profiling to understand your application's performance."
4+
description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations. Get started with profiling to understand your application's performance."
55
notSupported:
66
- javascript.bun
77
- javascript.cordova
@@ -10,4 +10,4 @@ notSupported:
1010
- javascript.cloudflare
1111
---
1212

13-
<PageGrid />
13+
<PlatformContent includePath="profiling/landing-page" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Browser Profiling
3+
description: "Get started with Browser profiling to understand your application's performance."
4+
---
5+
6+
<PlatformContent includePath="profiling/browser-profiling" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Set Up Profiling
3+
sidebar_order: 5000
4+
description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations."
5+
---
6+
7+
<PageGrid />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Node Profiling
3+
description: "Get started with Node.js profiling to understand your application's performance."
4+
---
5+
6+
<PlatformContent includePath="profiling/node-profiling" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Browser Profiling
3+
description: "Get started with Browser profiling to understand your application's performance."
4+
---
5+
6+
<PlatformContent includePath="profiling/browser-profiling" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Set Up Profiling
3+
sidebar_order: 5000
4+
description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations."
5+
---
6+
7+
<PageGrid />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Node Profiling
3+
description: "Get started with Node.js profiling to understand your application's performance."
4+
---
5+
6+
<PlatformContent includePath="profiling/node-profiling" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Browser Profiling
3+
description: "Get started with Browser profiling to understand your application's performance."
4+
---
5+
6+
<PlatformContent includePath="profiling/browser-profiling" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Set Up Profiling
3+
sidebar_order: 5000
4+
description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations."
5+
---
6+
7+
<PageGrid />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Node Profiling
3+
description: "Get started with Node.js profiling to understand your application's performance."
4+
---
5+
6+
<PlatformContent includePath="profiling/node-profiling" />

0 commit comments

Comments
 (0)