You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(issues): Fix typo and improve sidebar ordering (#14355)
This ordering update ensures that breadcrumbs are always listed after
issue detectors.
Used the following to get a rough understanding of ordering:
```
$ ag sidebar_order docs/product/issues/issue-details | sort -t: -k4 -n
```
Copy file name to clipboardExpand all lines: docs/product/issues/issue-details/breadcrumbs/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Using Breadcrumbs
3
3
description: "Learn about using breadcrumbs on the Issue Details page to help debug faster."
4
-
sidebar_order: 40
4
+
sidebar_order: 60
5
5
---
6
6
7
7
Sentry uses _breadcrumbs_ to create a trail of events that happened prior to an issue. These events are very similar to traditional logs, but can record more rich structured data.
0 commit comments