From 282c53784915fcfb4324fac709cd2baa8517e71a Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Thu, 31 Oct 2024 12:29:23 -0700 Subject: [PATCH] Swap order between tracing and issues page --- docs/product/issues/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/index.mdx b/docs/product/issues/index.mdx index 75b5a4973ade8..e764a95c063e4 100644 --- a/docs/product/issues/index.mdx +++ b/docs/product/issues/index.mdx @@ -1,6 +1,6 @@ --- title: Issues -sidebar_order: 25 +sidebar_order: 20 description: "Learn how to use Sentry’s Issues page, where you can see and start to debug errors and performance problems that are affecting your application." ---