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

Update sidenav order for JS #11008

Merged
merged 6 commits into from
Aug 7, 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
6 changes: 3 additions & 3 deletions docs/platforms/javascript/common/best-practices/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Best Practices
description: "Learn how to set up Sentry in specific scenarios with these best practice guides."
sidebar_order: 3
title: Special Use Cases
description: "Learn how to set up Sentry for several specific use cases with these best practice guides."
sidebar_order: 6
notSupported:
- javascript.node
- javascript.aws-lambda
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuration
description: "Learn about additional configuration options for the Javascript SDKs."
sidebar_order: 5
sidebar_order: 2
---

<PageGrid />
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/data-management/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Data Management
description: Learn about different ways to scrub data within your SDK before it gets sent to Sentry.
sidebar_order: 2500
sidebar_order: 7
---

<PageGrid />
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enriching Events
description: Add additional context to your events to make them easier to debug.
sidebar_order: 2300
sidebar_order: 5
---

<PageGrid />
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/sourcemaps/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Source Maps
sidebar_order: 100
sidebar_order: 3
description: "Learn how to enable readable stack traces in your Sentry errors."
---

Expand Down
4 changes: 2 additions & 2 deletions docs/platforms/javascript/common/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Usage
title: Capturing Errors and Events
description: "Learn how to use the SDK to manually capture errors and other events."
sidebar_order: 10
sidebar_order: 4
---

Sentry's SDK hooks into your runtime environment and automatically reports errors, uncaught exceptions, and unhandled rejections as well as other types of errors depending on the platform.
Expand Down
Loading