From 06b51bda6e09156a67cf8d6940138c768d55e8e0 Mon Sep 17 00:00:00 2001 From: Alex Krawiec Date: Thu, 4 Dec 2025 13:22:38 -0800 Subject: [PATCH] update .net sidenav --- docs/platforms/dotnet/common/configuration/index.mdx | 6 ++++-- docs/platforms/dotnet/common/crons/index.mdx | 3 ++- docs/platforms/dotnet/common/data-management/index.mdx | 3 ++- docs/platforms/dotnet/common/enriching-events/index.mdx | 3 ++- docs/platforms/dotnet/common/legacy-sdk.mdx | 3 ++- docs/platforms/dotnet/common/logs/index.mdx | 4 +++- docs/platforms/dotnet/common/migration/index.mdx | 3 ++- docs/platforms/dotnet/common/profiling/index.mdx | 3 ++- .../dotnet/common/security-policy-reporting/index.mdx | 3 ++- docs/platforms/dotnet/common/tracing/index.mdx | 3 ++- docs/platforms/dotnet/common/troubleshooting.mdx | 3 ++- docs/platforms/dotnet/common/unit-testing.mdx | 3 ++- docs/platforms/dotnet/common/usage/index.mdx | 5 +++-- docs/platforms/dotnet/common/user-feedback/index.mdx | 3 ++- docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx | 3 ++- .../dotnet/guides/aspnetcore/builtin-sampling-context.mdx | 2 ++ docs/platforms/dotnet/guides/aspnetcore/features.mdx | 1 + .../dotnet/guides/entityframework/troubleshooting.mdx | 3 ++- .../dotnet/guides/xamarin/data-management/index.mdx | 3 ++- .../platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx | 2 ++ docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx | 3 ++- 21 files changed, 45 insertions(+), 20 deletions(-) diff --git a/docs/platforms/dotnet/common/configuration/index.mdx b/docs/platforms/dotnet/common/configuration/index.mdx index 53656a6983935f..fb20077b8f6eaf 100644 --- a/docs/platforms/dotnet/common/configuration/index.mdx +++ b/docs/platforms/dotnet/common/configuration/index.mdx @@ -1,5 +1,6 @@ --- -title: Configuration +title: Extended Configuration +sidebar_title: Extended Configuration notSupported: - native.breakpad - native.crashpad @@ -8,7 +9,8 @@ notSupported: - perl - kotlin description: "Additional configuration options for the SDK." -sidebar_order: 5 +sidebar_order: 2 +sidebar_section: configuration --- diff --git a/docs/platforms/dotnet/common/crons/index.mdx b/docs/platforms/dotnet/common/crons/index.mdx index 5317d399f351c6..b95cf2fb8eea34 100644 --- a/docs/platforms/dotnet/common/crons/index.mdx +++ b/docs/platforms/dotnet/common/crons/index.mdx @@ -2,7 +2,8 @@ title: Set Up Crons sidebar_title: Crons description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application." -sidebar_order: 5750 +sidebar_order: 5 +sidebar_section: features --- Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service. diff --git a/docs/platforms/dotnet/common/data-management/index.mdx b/docs/platforms/dotnet/common/data-management/index.mdx index a55334f82643be..94fe7adbd7fbc7 100644 --- a/docs/platforms/dotnet/common/data-management/index.mdx +++ b/docs/platforms/dotnet/common/data-management/index.mdx @@ -1,7 +1,8 @@ --- title: Data Management description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems. -sidebar_order: 2500 +sidebar_order: 3 +sidebar_section: configuration --- diff --git a/docs/platforms/dotnet/common/enriching-events/index.mdx b/docs/platforms/dotnet/common/enriching-events/index.mdx index c59e9c0bbe8bd9..6867061180aca9 100644 --- a/docs/platforms/dotnet/common/enriching-events/index.mdx +++ b/docs/platforms/dotnet/common/enriching-events/index.mdx @@ -1,7 +1,8 @@ --- title: Enriching Events description: Enrich events with additional context to make debugging simpler. -sidebar_order: 2300 +sidebar_order: 1 +sidebar_section: configuration notSupported: - kotlin - native.breakpad diff --git a/docs/platforms/dotnet/common/legacy-sdk.mdx b/docs/platforms/dotnet/common/legacy-sdk.mdx index fad03297652383..96becbf2aa5c4d 100644 --- a/docs/platforms/dotnet/common/legacy-sdk.mdx +++ b/docs/platforms/dotnet/common/legacy-sdk.mdx @@ -1,6 +1,7 @@ --- title: Legacy SDK -sidebar_order: 9000 +sidebar_order: 8 +sidebar_section: configuration description: "Read the legacy documentation for the .NET SDK. " --- diff --git a/docs/platforms/dotnet/common/logs/index.mdx b/docs/platforms/dotnet/common/logs/index.mdx index e81f77db013156..d7670fc0e1ef51 100644 --- a/docs/platforms/dotnet/common/logs/index.mdx +++ b/docs/platforms/dotnet/common/logs/index.mdx @@ -2,7 +2,9 @@ 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_order: 2 +sidebar_section: features +new: true notSupported: - dotnet.google-cloud-functions - dotnet.log4net diff --git a/docs/platforms/dotnet/common/migration/index.mdx b/docs/platforms/dotnet/common/migration/index.mdx index 6e7e11bf5b7538..ea6b1b860d5fb2 100644 --- a/docs/platforms/dotnet/common/migration/index.mdx +++ b/docs/platforms/dotnet/common/migration/index.mdx @@ -1,7 +1,8 @@ --- title: Migration Guide description: "Migrating between versions of Sentry SDK for .NET." -sidebar_order: 8000 +sidebar_order: 5 +sidebar_section: configuration --- Upgrading includes both breaking changes and new features. diff --git a/docs/platforms/dotnet/common/profiling/index.mdx b/docs/platforms/dotnet/common/profiling/index.mdx index 9e1b5ec69ee444..8a060b29ec5e87 100644 --- a/docs/platforms/dotnet/common/profiling/index.mdx +++ b/docs/platforms/dotnet/common/profiling/index.mdx @@ -2,7 +2,8 @@ title: Set Up .NET Profiling sidebar_title: Profiling description: "Learn how to enable profiling in your app if it is not already set up." -sidebar_order: 5000 +sidebar_order: 4 +sidebar_section: features notSupported: - dotnet.uwp - dotnet.aws-lambda diff --git a/docs/platforms/dotnet/common/security-policy-reporting/index.mdx b/docs/platforms/dotnet/common/security-policy-reporting/index.mdx index 862fcb12452c4a..e0c6bbcd324b23 100644 --- a/docs/platforms/dotnet/common/security-policy-reporting/index.mdx +++ b/docs/platforms/dotnet/common/security-policy-reporting/index.mdx @@ -1,7 +1,8 @@ --- title: Set Up Security Policy Reporting sidebar_title: Security Policy Reporting -sidebar_order: 7500 +sidebar_order: 4 +sidebar_section: configuration description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here." --- diff --git a/docs/platforms/dotnet/common/tracing/index.mdx b/docs/platforms/dotnet/common/tracing/index.mdx index 3b78d7bd7880a0..27abee1d7f3425 100644 --- a/docs/platforms/dotnet/common/tracing/index.mdx +++ b/docs/platforms/dotnet/common/tracing/index.mdx @@ -2,7 +2,8 @@ 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_order: 3 +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/dotnet/common/troubleshooting.mdx b/docs/platforms/dotnet/common/troubleshooting.mdx index 6323654a9b0218..e033884f178ac5 100644 --- a/docs/platforms/dotnet/common/troubleshooting.mdx +++ b/docs/platforms/dotnet/common/troubleshooting.mdx @@ -1,6 +1,7 @@ --- title: Troubleshooting -sidebar_order: 9000 +sidebar_order: 6 +sidebar_section: configuration description: "Learn more about how to troubleshoot common issues with the .NET SDK. " --- diff --git a/docs/platforms/dotnet/common/unit-testing.mdx b/docs/platforms/dotnet/common/unit-testing.mdx index 8bd60ccebfbee4..92ac0549d3e997 100644 --- a/docs/platforms/dotnet/common/unit-testing.mdx +++ b/docs/platforms/dotnet/common/unit-testing.mdx @@ -1,6 +1,7 @@ --- title: Unit Testing -sidebar_order: 20 +sidebar_order: 7 +sidebar_section: configuration description: "Learn about unit testing with `ISentryClient` and `IHub`." --- diff --git a/docs/platforms/dotnet/common/usage/index.mdx b/docs/platforms/dotnet/common/usage/index.mdx index 59f7bda69588c8..fe3b5bc407b666 100644 --- a/docs/platforms/dotnet/common/usage/index.mdx +++ b/docs/platforms/dotnet/common/usage/index.mdx @@ -1,7 +1,8 @@ --- -title: Usage +title: Capturing Errors description: "Use the SDK to manually capture errors and other events." -sidebar_order: 10 +sidebar_order: 1 +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/dotnet/common/user-feedback/index.mdx b/docs/platforms/dotnet/common/user-feedback/index.mdx index 87a73b937b66b1..5ec0301529b5b0 100644 --- a/docs/platforms/dotnet/common/user-feedback/index.mdx +++ b/docs/platforms/dotnet/common/user-feedback/index.mdx @@ -2,7 +2,8 @@ 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_order: 6 +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/dotnet/guides/aspnet/troubleshooting.mdx b/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx index 781539311ca83e..ffc13bbfac7d73 100644 --- a/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx +++ b/docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx @@ -1,6 +1,7 @@ --- title: Troubleshooting -sidebar_order: 9000 +sidebar_order: 9 +sidebar_section: configuration description: "Learn more about how to troubleshoot common issues with the ASP.NET SDK." --- diff --git a/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx b/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx index f0ae58ca32c485..3c5e65e4aa08ef 100644 --- a/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx +++ b/docs/platforms/dotnet/guides/aspnetcore/builtin-sampling-context.mdx @@ -1,6 +1,8 @@ --- title: Built-in sampling context description: "Learn about the built-in custom sampling data that Sentry provides for ASP.NET Core apps." +sidebar_order: 10 +sidebar_section: features --- You can sample transactions by providing a delegate that makes a decision based on the provided context. Sentry's ASP.NET Core integration automatically exposes useful data as part of that context. diff --git a/docs/platforms/dotnet/guides/aspnetcore/features.mdx b/docs/platforms/dotnet/guides/aspnetcore/features.mdx index 473085d6c261a0..042483f2a50dc0 100644 --- a/docs/platforms/dotnet/guides/aspnetcore/features.mdx +++ b/docs/platforms/dotnet/guides/aspnetcore/features.mdx @@ -2,6 +2,7 @@ title: Features description: Learn about the features of this Sentry SDK. sidebar_order: 2 +sidebar_hidden: true --- - Single line ASP.NET Core integration: `UseSentry` diff --git a/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx b/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx index 5a323f905ac233..c797d147697a11 100644 --- a/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx +++ b/docs/platforms/dotnet/guides/entityframework/troubleshooting.mdx @@ -1,6 +1,7 @@ --- title: Troubleshooting -sidebar_order: 9000 +sidebar_order: 9 +sidebar_section: configuration description: >- Learn more about how to troubleshoot common issues with the EntityFramework SDK. diff --git a/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx b/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx index 9150409f3ddf8f..8c09c556b69625 100644 --- a/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx +++ b/docs/platforms/dotnet/guides/xamarin/data-management/index.mdx @@ -1,7 +1,8 @@ --- title: Data Management description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems. -sidebar_order: 4000 +sidebar_order: 4 +sidebar_section: configuration --- diff --git a/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx b/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx index cb8176f550bb9e..b4042f97fbab2a 100644 --- a/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx +++ b/docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx @@ -1,6 +1,8 @@ --- title: Ignoring Exceptions description: "Learn how to ignore exceptions by their type when initializing the SDK." +sidebar_order: 3 +sidebar_section: configuration --- You can ignore exceptions by their type when initializing the SDK: diff --git a/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx b/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx index f834450e424565..46884abcef8051 100644 --- a/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx +++ b/docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx @@ -1,6 +1,7 @@ --- title: Troubleshooting -sidebar_order: 9000 +sidebar_order: 9 +sidebar_section: configuration description: Learn more about how to troubleshoot common issues with the Xamarin SDK. og_image: /og-images/platforms-dotnet-guides-xamarin-troubleshooting.png ---