Skip to content

Commit

Permalink
fix(node): Fix performance & profiling page name & order (#10160)
Browse files Browse the repository at this point in the history
This kind of got messed up along the way and was not really consistent anymore.
  • Loading branch information
mydea authored May 28, 2024
1 parent 6bda1f0 commit c4cb26f
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience out of it."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience out of it."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/javascript/guides/hapi/performance/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/javascript/guides/hapi/profiling/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/javascript/guides/koa/performance/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/javascript/guides/koa/profiling/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/javascript/guides/nestjs/performance/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Set Up Profiling
sidebar_order: 5000
description: "Learn more about how to configure our Profiling integration and start profiling your code."
---

Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/javascript/guides/node/performance/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Performance Monitoring
description: "Learn more about how to configure our Performance integrations to get the best experience."
title: Set Up Performance
description: "Learn how to enable performance monitoring in your app."
sidebar_order: 4000
---

As soon as you define a `tracesSampleRate` for your Sentry SDK, Performance Monitoring will be enabled. This will automatically instrument and monitor the performance of your application.
Expand Down

0 comments on commit c4cb26f

Please sign in to comment.