Skip to content

Commit f07aa89

Browse files
authored
feat(metrics): Hide metrics from sidebar (#11523)
* feat(metrics): Hide metrics from sidebar * exclude metrics from page grid
1 parent 0c9542f commit f07aa89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/product/explore/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The Explore tab in Sentry offers multiple ways to search and investigate your ap
88

99
## Learn More
1010

11-
<PageGrid />
11+
<PageGrid exclude={['metrics']} />

docs/product/explore/metrics/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Metrics"
33
sidebar_order: 40
44
description: "Metrics help you track and visualize the data points you care about, making it easier to monitor your application health and identify issues."
5+
sidebar_hidden: true
56
---
67

78
<Include name="metrics-api-change.mdx" />

0 commit comments

Comments
 (0)