Skip to content

Commit 19e57e6

Browse files
authored
update performance page to expected navigation and fix nav issues in the page (#1774)
1 parent 7d2c2c4 commit 19e57e6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

__tests__/__snapshots__/documentation.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Array [
281281
"performance/discover/index.html",
282282
"performance/discover/query-builder/index.html",
283283
"performance/distributed-tracing/index.html",
284-
"performance/index.html",
284+
"performance/getting-started/index.html",
285285
"performance/performance-homepage/index.html",
286286
"performance/performance-metrics/index.html",
287287
"platforms/android/index.html",

src/collections/_documentation/performance/index.md renamed to src/collections/_documentation/performance/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Performance Monitoring
2+
title: Getting Started
33
sidebar_order: 0
44
---
55

@@ -12,6 +12,8 @@ Learn more about performance monitoring in:
1212
- [Metrics]({% link _documentation/performance/performance-metrics.md %}): provides insight into user experience of your application based on custom thresholds
1313
- [Discover]({% link _documentation/performance/discover/index.md %}): view data across environments with pre-built queries. Customers subscribed to the Team or Business plan can use Discover to view comprehensive information sent to Sentry.
1414

15+
## Install
16+
1517
{% include components/platform_content.html content_dir='getting-started' %}
1618

1719
## Navigating Performance Data

src/collections/_documentation/performance/getting-started/javascript.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## Getting Started with Performance for JavaScript
2-
3-
To get started with performance monitoring, first install the `@sentry/apm` package:
1+
To get started with performance monitoring using Sentry's JavaScript SDK, first install the `@sentry/apm` package:
42

53
```bash
64
npm install --save @sentry/apm

src/collections/_documentation/performance/getting-started/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Getting Started with Performance for Python
1+
To get started with performance monitoring using Sentry's Python SDK, first install the `@sentry/apm` package:
22

33
```
44
import sentry_sdk

src/collections/_documentation/performance/performance-homepage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Performance Homepage'
3-
sidebar_order: 1
3+
sidebar_order: 2
44
---
55
{% capture __alert_content -%}
66
Sentry's Performance features are currently in beta. For more details about access to these features, feel free to reach out at [[email protected]](mailto:[email protected]).

src/collections/_documentation/performance/performance-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Performance Metrics'
3-
sidebar_order: 0
3+
sidebar_order: 1
44
---
55
{% capture __alert_content -%}
66
Sentry's Performance features are currently in beta. For more details about access to these features, feel free to reach out at [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)