Skip to content
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

fix(node): Fix performance & profiling page name & order #10160

Merged
merged 1 commit into from
May 28, 2024
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
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
Loading