diff --git a/docs/platforms/dart/common/configuration/index.mdx b/docs/platforms/dart/common/configuration/index.mdx
index 6f4be034683e5..f805e6159b3e2 100644
--- a/docs/platforms/dart/common/configuration/index.mdx
+++ b/docs/platforms/dart/common/configuration/index.mdx
@@ -1,7 +1,8 @@
---
-title: Configuration
+title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 4
+sidebar_section: configuration
---
diff --git a/docs/platforms/dart/common/data-management/index.mdx b/docs/platforms/dart/common/data-management/index.mdx
index a55334f82643b..829e41f0570ac 100644
--- a/docs/platforms/dart/common/data-management/index.mdx
+++ b/docs/platforms/dart/common/data-management/index.mdx
@@ -2,6 +2,7 @@
title: Data Management
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
sidebar_order: 2500
+sidebar_section: configuration
---
diff --git a/docs/platforms/dart/common/debug-symbols/index.mdx b/docs/platforms/dart/common/debug-symbols/index.mdx
index 58182538211bc..28a2f005d9e5a 100644
--- a/docs/platforms/dart/common/debug-symbols/index.mdx
+++ b/docs/platforms/dart/common/debug-symbols/index.mdx
@@ -1,6 +1,7 @@
---
title: Debug Symbols
sidebar_order: 3
+sidebar_section: features
---
Sentry currently does not support symbolication or debug symbol uploads for pure Dart applications.
diff --git a/docs/platforms/dart/common/enriching-events/index.mdx b/docs/platforms/dart/common/enriching-events/index.mdx
index b7f2c5a94bfdb..0d02ac5f7558b 100644
--- a/docs/platforms/dart/common/enriching-events/index.mdx
+++ b/docs/platforms/dart/common/enriching-events/index.mdx
@@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
+sidebar_section: features
---
diff --git a/docs/platforms/dart/common/feature-flags/index.mdx b/docs/platforms/dart/common/feature-flags/index.mdx
index a87ba4717f286..2f057208a85f8 100644
--- a/docs/platforms/dart/common/feature-flags/index.mdx
+++ b/docs/platforms/dart/common/feature-flags/index.mdx
@@ -1,6 +1,7 @@
---
title: Set Up Feature Flags
sidebar_order: 7000
+sidebar_section: features
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
---
diff --git a/docs/platforms/dart/common/features/index.mdx b/docs/platforms/dart/common/features/index.mdx
index 39d5b1ce1f856..4672d74943f0a 100644
--- a/docs/platforms/dart/common/features/index.mdx
+++ b/docs/platforms/dart/common/features/index.mdx
@@ -2,6 +2,7 @@
title: Features
description: "Learn about the features of Sentry's Dart SDK."
sidebar_order: 1
+sidebar_hidden: true
---
Sentry's Dart SDK enables automatic reporting of errors and exceptions, and identifies performance issues in your application. The below, is a list of features that are available as part of this SDK.
diff --git a/docs/platforms/dart/common/integrations/index.mdx b/docs/platforms/dart/common/integrations/index.mdx
index 9251aa37fe048..4ad58d676dc76 100644
--- a/docs/platforms/dart/common/integrations/index.mdx
+++ b/docs/platforms/dart/common/integrations/index.mdx
@@ -2,6 +2,7 @@
title: Integrations
description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically."
sidebar_order: 10
+sidebar_section: features
---
Integrations extend the functionality of our SDK to cover common libraries and environments automatically. The following integrations are available for the Dart SDK:
diff --git a/docs/platforms/dart/common/logs/index.mdx b/docs/platforms/dart/common/logs/index.mdx
index 2fbfe98b0dab7..cc733413f4910 100644
--- a/docs/platforms/dart/common/logs/index.mdx
+++ b/docs/platforms/dart/common/logs/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
sidebar_order: 5755
+sidebar_section: features
---
With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
diff --git a/docs/platforms/dart/common/metrics/index.mdx b/docs/platforms/dart/common/metrics/index.mdx
index 88f1d492f0d0a..622c4e9ab50cc 100644
--- a/docs/platforms/dart/common/metrics/index.mdx
+++ b/docs/platforms/dart/common/metrics/index.mdx
@@ -4,6 +4,7 @@ sidebar_title: Metrics
description: "Metrics allow you to send, view and query counters, gauges and measurements from your Sentry-configured apps to track application health and drill down into related traces, logs, and errors."
sidebar_order: 5756
beta: true
+sidebar_section: features
---
With Sentry Metrics, you can send counters, gauges, and distributions from your applications to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
diff --git a/docs/platforms/dart/common/migration/index.mdx b/docs/platforms/dart/common/migration/index.mdx
index acdd2f587495d..e101e35710a3a 100644
--- a/docs/platforms/dart/common/migration/index.mdx
+++ b/docs/platforms/dart/common/migration/index.mdx
@@ -1,6 +1,7 @@
---
title: Migration Guide
sidebar_order: 8000
+sidebar_section: configuration
description: "Migrate between versions of Sentry's SDK for Dart."
---
diff --git a/docs/platforms/dart/common/overhead/index.mdx b/docs/platforms/dart/common/overhead/index.mdx
index 6f3af54bfda6c..3194f6a6d5d6d 100644
--- a/docs/platforms/dart/common/overhead/index.mdx
+++ b/docs/platforms/dart/common/overhead/index.mdx
@@ -2,6 +2,7 @@
title: SDK Overhead
description: "Learn about Sentry's Dart SDK overhead and how you can tailor your configuration to minimize it."
sidebar_order: 7500
+sidebar_section: configuration
---
Adding new features or dependencies to your app incurs additional costs on resources - CPU time, memory usage, and network bandwidth, among other things. Sentry SDKs are no different. This document adds transparency to the possible overhead that using our SDK can add, and help you find the feature set and configurations that work best for you.
diff --git a/docs/platforms/dart/common/tracing/index.mdx b/docs/platforms/dart/common/tracing/index.mdx
index f1ec29ffa2737..5cb9aff9de3d2 100644
--- a/docs/platforms/dart/common/tracing/index.mdx
+++ b/docs/platforms/dart/common/tracing/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Tracing
sidebar_title: Tracing
description: "Learn how to enable tracing in your app and get valuable performance insights about your application."
sidebar_order: 4000
+sidebar_section: features
---
With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
diff --git a/docs/platforms/dart/common/usage/index.mdx b/docs/platforms/dart/common/usage/index.mdx
index 59f7bda69588c..f143731e46183 100644
--- a/docs/platforms/dart/common/usage/index.mdx
+++ b/docs/platforms/dart/common/usage/index.mdx
@@ -2,6 +2,7 @@
title: Usage
description: "Use the SDK to manually capture errors and other events."
sidebar_order: 10
+sidebar_section: features
---
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.
diff --git a/docs/platforms/dart/common/user-feedback/index.mdx b/docs/platforms/dart/common/user-feedback/index.mdx
index 6945953af038c..52c97da510aee 100644
--- a/docs/platforms/dart/common/user-feedback/index.mdx
+++ b/docs/platforms/dart/common/user-feedback/index.mdx
@@ -3,6 +3,7 @@ title: Set Up User Feedback
sidebar_title: User Feedback
description: "Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into issues."
sidebar_order: 6000
+sidebar_section: features
---
When a user experiences an error, Sentry provides the ability to collect additional feedback. You can collect feedback according to the method supported by the SDK.
diff --git a/docs/platforms/dart/guides/flutter/build-distribution/index.mdx b/docs/platforms/dart/guides/flutter/build-distribution/index.mdx
index 97139954c2c0b..52645463753a6 100644
--- a/docs/platforms/dart/guides/flutter/build-distribution/index.mdx
+++ b/docs/platforms/dart/guides/flutter/build-distribution/index.mdx
@@ -1,6 +1,7 @@
---
title: Build Distribution
sidebar_order: 5250
+sidebar_section: features
description: Upload Flutter builds to Sentry for distribution to internal teams and beta testers.
---
diff --git a/docs/platforms/dart/guides/flutter/configuration/index.mdx b/docs/platforms/dart/guides/flutter/configuration/index.mdx
index cff67a5bf5f5c..885a95c527dad 100644
--- a/docs/platforms/dart/guides/flutter/configuration/index.mdx
+++ b/docs/platforms/dart/guides/flutter/configuration/index.mdx
@@ -1,7 +1,8 @@
---
-title: Configuration
+title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
+sidebar_section: configuration
---
diff --git a/docs/platforms/dart/guides/flutter/data-management/index.mdx b/docs/platforms/dart/guides/flutter/data-management/index.mdx
index 7618288c86423..9df3ce901489b 100644
--- a/docs/platforms/dart/guides/flutter/data-management/index.mdx
+++ b/docs/platforms/dart/guides/flutter/data-management/index.mdx
@@ -1,6 +1,7 @@
---
title: Data Management
sidebar_order: 2500
+sidebar_section: configuration
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
---
diff --git a/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx b/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx
index 4107587bbe60b..a5c47aadb4af8 100644
--- a/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx
+++ b/docs/platforms/dart/guides/flutter/debug-symbols/index.mdx
@@ -2,6 +2,7 @@
title: Debug Symbols
description: "Learn about uploading debug symbols to enable symbolication of stack traces in your Flutter applications."
sidebar_order: 3
+sidebar_section: features
---
Debug symbols are essential for understanding stack traces in your Flutter application when errors occur. Without debug symbols, stack traces from minified or obfuscated code can be difficult or impossible to interpret.
diff --git a/docs/platforms/dart/guides/flutter/enriching-events/index.mdx b/docs/platforms/dart/guides/flutter/enriching-events/index.mdx
index c59e9c0bbe8bd..3ee20f84f1ee6 100644
--- a/docs/platforms/dart/guides/flutter/enriching-events/index.mdx
+++ b/docs/platforms/dart/guides/flutter/enriching-events/index.mdx
@@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
+sidebar_section: features
notSupported:
- kotlin
- native.breakpad
diff --git a/docs/platforms/dart/guides/flutter/features/index.mdx b/docs/platforms/dart/guides/flutter/features/index.mdx
index 98628c8009d3a..7dc0c7e59576b 100644
--- a/docs/platforms/dart/guides/flutter/features/index.mdx
+++ b/docs/platforms/dart/guides/flutter/features/index.mdx
@@ -2,6 +2,7 @@
title: Features
description: "Learn about the features of Sentry's Flutter SDK."
sidebar_order: 1
+sidebar_hidden: true
---
Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and identifies performance issues in your application. The below, is a list of features that are available as part of this SDK.
diff --git a/docs/platforms/dart/guides/flutter/integrations/index.mdx b/docs/platforms/dart/guides/flutter/integrations/index.mdx
index 1d457bbb43210..347ade12942bb 100644
--- a/docs/platforms/dart/guides/flutter/integrations/index.mdx
+++ b/docs/platforms/dart/guides/flutter/integrations/index.mdx
@@ -2,6 +2,7 @@
title: Integrations
description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically."
sidebar_order: 30
+sidebar_section: features
---
The Sentry SDK uses integrations to hook into the functionality of popular libraries to automatically instrument your application and give you the best data out of the box.
diff --git a/docs/platforms/dart/guides/flutter/logs/index.mdx b/docs/platforms/dart/guides/flutter/logs/index.mdx
index 831641634dd14..056dec135252e 100644
--- a/docs/platforms/dart/guides/flutter/logs/index.mdx
+++ b/docs/platforms/dart/guides/flutter/logs/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
sidebar_order: 5755
+sidebar_section: features
---
With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
diff --git a/docs/platforms/dart/guides/flutter/overhead/index.mdx b/docs/platforms/dart/guides/flutter/overhead/index.mdx
index dea29496da0dc..36f3234101ae0 100644
--- a/docs/platforms/dart/guides/flutter/overhead/index.mdx
+++ b/docs/platforms/dart/guides/flutter/overhead/index.mdx
@@ -2,6 +2,7 @@
title: SDK Overhead
description: "Learn about Sentry's Flutter SDK overhead and how you can tailor your configuration to minimize it."
sidebar_order: 7500
+sidebar_section: configuration
---
Adding new features or dependencies to your app incurs additional costs on resources - CPU time, memory usage, and network bandwidth, among other things. Sentry SDKs are no different. This document adds transparency to the possible overhead that using our SDK can add, and help you find the feature set and configurations that work best for you.
diff --git a/docs/platforms/dart/guides/flutter/profiling/index.mdx b/docs/platforms/dart/guides/flutter/profiling/index.mdx
index 7f066406678e7..c092562d3ec24 100644
--- a/docs/platforms/dart/guides/flutter/profiling/index.mdx
+++ b/docs/platforms/dart/guides/flutter/profiling/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Profiling
sidebar_title: Profiling
description: "Learn how to enable profiling in your app if it is not already set up."
sidebar_order: 5000
+sidebar_section: features
---
diff --git a/docs/platforms/dart/guides/flutter/releases/index.mdx b/docs/platforms/dart/guides/flutter/releases/index.mdx
index 0a824f3282bf0..4c9266c49e480 100644
--- a/docs/platforms/dart/guides/flutter/releases/index.mdx
+++ b/docs/platforms/dart/guides/flutter/releases/index.mdx
@@ -2,6 +2,7 @@
title: Mobile SDK Releases
description: "Learn about Sentry's release channels for Mobile SDK updates."
sidebar_order: 7000
+sidebar_section: configuration
---
The Flutter SDK uses the following channels to release SDK updates:
diff --git a/docs/platforms/dart/guides/flutter/session-replay/index.mdx b/docs/platforms/dart/guides/flutter/session-replay/index.mdx
index ca8518de34efe..be6df58494f45 100644
--- a/docs/platforms/dart/guides/flutter/session-replay/index.mdx
+++ b/docs/platforms/dart/guides/flutter/session-replay/index.mdx
@@ -2,6 +2,7 @@
title: Set Up Session Replay
sidebar_title: Session Replay
sidebar_order: 5500
+sidebar_section: features
notSupported:
description: "Learn how to enable Session Replay in your mobile app."
---
diff --git a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx
index 09bd85657e8fc..97018eb35e301 100644
--- a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx
+++ b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx
@@ -1,6 +1,7 @@
---
title: Size Analysis
sidebar_order: 5200
+sidebar_section: features
description: Upload Flutter builds to Sentry for size analysis.
new: true
---
diff --git a/docs/platforms/dart/guides/flutter/tracing/index.mdx b/docs/platforms/dart/guides/flutter/tracing/index.mdx
index 5b9a1e298e466..9d541af4bf25c 100644
--- a/docs/platforms/dart/guides/flutter/tracing/index.mdx
+++ b/docs/platforms/dart/guides/flutter/tracing/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Tracing
sidebar_title: Tracing
description: "Learn how to enable tracing in your app and discover valuable performance insights of your application."
sidebar_order: 4000
+sidebar_section: features
---
With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
diff --git a/docs/platforms/dart/guides/flutter/usage/index.mdx b/docs/platforms/dart/guides/flutter/usage/index.mdx
index 59f7bda69588c..f143731e46183 100644
--- a/docs/platforms/dart/guides/flutter/usage/index.mdx
+++ b/docs/platforms/dart/guides/flutter/usage/index.mdx
@@ -2,6 +2,7 @@
title: Usage
description: "Use the SDK to manually capture errors and other events."
sidebar_order: 10
+sidebar_section: features
---
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.
diff --git a/docs/platforms/dart/guides/flutter/user-feedback/index.mdx b/docs/platforms/dart/guides/flutter/user-feedback/index.mdx
index ef658ff067957..9bb0bf5064c9c 100644
--- a/docs/platforms/dart/guides/flutter/user-feedback/index.mdx
+++ b/docs/platforms/dart/guides/flutter/user-feedback/index.mdx
@@ -6,6 +6,7 @@ description: >-
the feedback with the original event, giving you additional insight into
issues.
sidebar_order: 6000
+sidebar_section: features
og_image: /og-images/platforms-dart-guides-flutter-user-feedback.png
---
diff --git a/docs/platforms/unity/configuration/index.mdx b/docs/platforms/unity/configuration/index.mdx
index cff67a5bf5f5c..885a95c527dad 100644
--- a/docs/platforms/unity/configuration/index.mdx
+++ b/docs/platforms/unity/configuration/index.mdx
@@ -1,7 +1,8 @@
---
-title: Configuration
+title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
+sidebar_section: configuration
---
diff --git a/docs/platforms/unity/data-management/index.mdx b/docs/platforms/unity/data-management/index.mdx
index a55334f82643b..829e41f0570ac 100644
--- a/docs/platforms/unity/data-management/index.mdx
+++ b/docs/platforms/unity/data-management/index.mdx
@@ -2,6 +2,7 @@
title: Data Management
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
sidebar_order: 2500
+sidebar_section: configuration
---
diff --git a/docs/platforms/unity/enriching-events/index.mdx b/docs/platforms/unity/enriching-events/index.mdx
index b7f2c5a94bfdb..0d02ac5f7558b 100644
--- a/docs/platforms/unity/enriching-events/index.mdx
+++ b/docs/platforms/unity/enriching-events/index.mdx
@@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
+sidebar_section: features
---
diff --git a/docs/platforms/unity/game-consoles/index.mdx b/docs/platforms/unity/game-consoles/index.mdx
index dfa6485e8d653..16a3e233680b9 100644
--- a/docs/platforms/unity/game-consoles/index.mdx
+++ b/docs/platforms/unity/game-consoles/index.mdx
@@ -2,6 +2,7 @@
title: Game Consoles
description: "Learn how to configure your Unity SDK to capture errors on Xbox, PlayStation and Nintendo Switch."
sidebar_order: 7
+sidebar_section: features
---
Sentry supports [PlayStation](/platforms/playstation/), [Xbox](/platforms/xbox/) and [Nintendo Switch](/platforms/nintendo-switch/) via the Unity SDK. Once you submit the middleware verification process, we'll reach out and send you an invite to our private GitHub repositories with console specific code.
diff --git a/docs/platforms/unity/logs/index.mdx b/docs/platforms/unity/logs/index.mdx
index 902b576b38f3f..b331241458d24 100644
--- a/docs/platforms/unity/logs/index.mdx
+++ b/docs/platforms/unity/logs/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
sidebar_order: 5600
+sidebar_section: features
---
With Sentry Structured Logs, you can send text-based log information from your Unity game to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
diff --git a/docs/platforms/unity/metrics/index.mdx b/docs/platforms/unity/metrics/index.mdx
index 34f656ab99d62..a4e51c9c9f606 100644
--- a/docs/platforms/unity/metrics/index.mdx
+++ b/docs/platforms/unity/metrics/index.mdx
@@ -4,6 +4,7 @@ sidebar_title: Metrics
description: "Metrics allow you to send, view and query counters, gauges and distributions from your Unity game to track application health and drill down into related traces, logs, and errors."
sidebar_order: 5700
beta: true
+sidebar_section: features
---
With Sentry Metrics, you can send counters, gauges, and distributions from your Unity game to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
diff --git a/docs/platforms/unity/migration/index.mdx b/docs/platforms/unity/migration/index.mdx
index 913368ee40354..29a2481ec7fc6 100644
--- a/docs/platforms/unity/migration/index.mdx
+++ b/docs/platforms/unity/migration/index.mdx
@@ -2,6 +2,7 @@
title: Migration Guide
description: "Learn more about migrating to the current version."
sidebar_order: 8000
+sidebar_section: configuration
---
## Migrating to 4.0.0
diff --git a/docs/platforms/unity/native-support/index.mdx b/docs/platforms/unity/native-support/index.mdx
index a5f173c9ad135..8a35bba0cd9fa 100644
--- a/docs/platforms/unity/native-support/index.mdx
+++ b/docs/platforms/unity/native-support/index.mdx
@@ -2,6 +2,7 @@
title: Native Support
description: "Learn how the Unity SDK handles native support."
sidebar_order: 100
+sidebar_section: features
---
The Sentry SDK supports C# and Native crashes on Android, iOS, Windows, macOS and Linux. The support is set to `enabled` by default.
diff --git a/docs/platforms/unity/tracing/index.mdx b/docs/platforms/unity/tracing/index.mdx
index ef26a7fdbed81..d2467762be28d 100644
--- a/docs/platforms/unity/tracing/index.mdx
+++ b/docs/platforms/unity/tracing/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Tracing
sidebar_title: Tracing
description: "Learn how to enable tracing in your app and discover valuable performance insights of your application."
sidebar_order: 4000
+sidebar_section: features
---
With [tracing](/product/insights/overview/), Sentry is able to [connect events coming from different parts of your game](/platforms/unity/usage/automatic-error-capture/#connecting-errors-captured-on-different-layers), whether it's native plugins or a backend. It helps you debug hard problems that involve C# scripts as well as the native layer on all platforms. It also allows you to monitor your game's performance, measuring metrics like initialization time, time spent on scene loading, and ANRs. Besides connecting different errors together, Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
diff --git a/docs/platforms/unity/troubleshooting/index.mdx b/docs/platforms/unity/troubleshooting/index.mdx
index 880ebb9c276c3..f7a1319aa7946 100644
--- a/docs/platforms/unity/troubleshooting/index.mdx
+++ b/docs/platforms/unity/troubleshooting/index.mdx
@@ -1,6 +1,7 @@
---
title: Troubleshooting
sidebar_order: 9000
+sidebar_section: configuration
description: "Learn more about how to troubleshoot common issues with the Unity SDK. "
---
diff --git a/docs/platforms/unity/usage/index.mdx b/docs/platforms/unity/usage/index.mdx
index 3aaa68e78b6a7..9faa7e02094ac 100644
--- a/docs/platforms/unity/usage/index.mdx
+++ b/docs/platforms/unity/usage/index.mdx
@@ -2,6 +2,7 @@
title: Usage
description: "Use the SDK to manually capture errors and other events."
sidebar_order: 10
+sidebar_section: features
---
Sentry's SDK hooks into the game engine and automatically reports errors, uncaught exceptions, as well as other types of errors depending on the platform.
diff --git a/docs/platforms/unity/user-feedback/index.mdx b/docs/platforms/unity/user-feedback/index.mdx
index a84d0f6852b67..02cd797a35a4d 100644
--- a/docs/platforms/unity/user-feedback/index.mdx
+++ b/docs/platforms/unity/user-feedback/index.mdx
@@ -6,6 +6,7 @@ description: >-
the feedback with the original event, giving you additional insight into
issues.
sidebar_order: 6000
+sidebar_section: features
og_image: /og-images/platforms-unity-user-feedback.png
---
diff --git a/docs/platforms/unreal/configuration/index.mdx b/docs/platforms/unreal/configuration/index.mdx
index cff67a5bf5f5c..885a95c527dad 100644
--- a/docs/platforms/unreal/configuration/index.mdx
+++ b/docs/platforms/unreal/configuration/index.mdx
@@ -1,7 +1,8 @@
---
-title: Configuration
+title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
+sidebar_section: configuration
---
diff --git a/docs/platforms/unreal/data-management/index.mdx b/docs/platforms/unreal/data-management/index.mdx
index a55334f82643b..829e41f0570ac 100644
--- a/docs/platforms/unreal/data-management/index.mdx
+++ b/docs/platforms/unreal/data-management/index.mdx
@@ -2,6 +2,7 @@
title: Data Management
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
sidebar_order: 2500
+sidebar_section: configuration
---
diff --git a/docs/platforms/unreal/enriching-events/index.mdx b/docs/platforms/unreal/enriching-events/index.mdx
index b7f2c5a94bfdb..0d02ac5f7558b 100644
--- a/docs/platforms/unreal/enriching-events/index.mdx
+++ b/docs/platforms/unreal/enriching-events/index.mdx
@@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
+sidebar_section: features
---
diff --git a/docs/platforms/unreal/game-consoles/index.mdx b/docs/platforms/unreal/game-consoles/index.mdx
index f67da45d6c856..38df5d1a73c26 100644
--- a/docs/platforms/unreal/game-consoles/index.mdx
+++ b/docs/platforms/unreal/game-consoles/index.mdx
@@ -2,6 +2,7 @@
title: Game Consoles
description: "Learn how to configure your SDK to capture errors on Xbox, PlayStation and Nintendo Switch."
sidebar_order: 7
+sidebar_section: features
---
Sentry supports [PlayStation](/platforms/playstation/), [Xbox](/platforms/xbox/) and [Nintendo Switch](/platforms/nintendo-switch/) via the Unreal Engine SDK extensions. Once you submit the middleware verification process, we'll reach out and send you an invite to our private GitHub repositories with console specific code.
diff --git a/docs/platforms/unreal/logs/index.mdx b/docs/platforms/unreal/logs/index.mdx
index be34c3cb67630..15434a9f7a027 100644
--- a/docs/platforms/unreal/logs/index.mdx
+++ b/docs/platforms/unreal/logs/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Logs
sidebar_title: Logs
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
sidebar_order: 5600
+sidebar_section: features
---
With Sentry Structured Logs, you can send text-based log information from your Unreal Engine applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.
diff --git a/docs/platforms/unreal/metrics/index.mdx b/docs/platforms/unreal/metrics/index.mdx
index 482d094644a53..1e00a6d2cde3d 100644
--- a/docs/platforms/unreal/metrics/index.mdx
+++ b/docs/platforms/unreal/metrics/index.mdx
@@ -4,6 +4,7 @@ sidebar_title: Metrics
description: "Metrics allow you to send, view and query counters, gauges and distributions from your Unreal Engine game to track application health and drill down into related traces, logs, and errors."
sidebar_order: 5700
beta: true
+sidebar_section: features
---
With Sentry Metrics, you can send counters, gauges, and distributions from your Unreal Engine game to Sentry. Once in Sentry, these metrics can be viewed alongside relevant errors, and searched using their individual attributes.
diff --git a/docs/platforms/unreal/migration/index.mdx b/docs/platforms/unreal/migration/index.mdx
index 17246f104dddd..e5ab36e7faf14 100644
--- a/docs/platforms/unreal/migration/index.mdx
+++ b/docs/platforms/unreal/migration/index.mdx
@@ -2,6 +2,7 @@
title: Migration Guide
description: "Learn more about migrating to the current version."
sidebar_order: 8000
+sidebar_section: configuration
---
diff --git a/docs/platforms/unreal/tracing/index.mdx b/docs/platforms/unreal/tracing/index.mdx
index 1701a03dcec62..8d94cb4c617e3 100644
--- a/docs/platforms/unreal/tracing/index.mdx
+++ b/docs/platforms/unreal/tracing/index.mdx
@@ -3,6 +3,7 @@ title: Set Up Tracing
sidebar_title: Tracing
description: "Learn how to enable tracing in your app and discover valuable performance insights of your application."
sidebar_order: 4000
+sidebar_section: features
---
With [tracing](/product/insights/overview/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
diff --git a/docs/platforms/unreal/usage/index.mdx b/docs/platforms/unreal/usage/index.mdx
index b2c5747c9ecb5..8d6cde1eacd27 100644
--- a/docs/platforms/unreal/usage/index.mdx
+++ b/docs/platforms/unreal/usage/index.mdx
@@ -2,6 +2,7 @@
title: Usage
description: "Use the SDK to manually capture errors and other events."
sidebar_order: 10
+sidebar_section: features
---
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.
diff --git a/docs/platforms/unreal/user-feedback/index.mdx b/docs/platforms/unreal/user-feedback/index.mdx
index 468db8901a6d1..67fd91f09f441 100644
--- a/docs/platforms/unreal/user-feedback/index.mdx
+++ b/docs/platforms/unreal/user-feedback/index.mdx
@@ -3,6 +3,7 @@ title: Set Up User Feedback
sidebar_title: User Feedback
description: "Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into issues."
sidebar_order: 6000
+sidebar_section: features
---
When a user experiences an error, Sentry provides the ability to collect additional feedback. You can collect feedback according to the method supported by the SDK.