Skip to content

Commit 3e4c9c6

Browse files
coolguyzoneAlex Krawiec
andauthored
update .net sidenav (#15734)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR See changes on https://sentry-docs-git-feat-update-dotnet-nav.sentry.dev/platforms/dotnet/ and all .NET SDKs Sidebar Sections Added 'Features' section with organized feature pages Added 'Configuration' section Both sections now have proper headers and grouping Features Section (sidebar_section: features) Renamed 'Usage' to 'Capturing Errors' (matching JS) Added 'new' tag to Logs Reordered all features for consistency <img width="931" height="823" alt="Screenshot 2025-12-08 at 2 14 35 PM" src="https://github.com/user-attachments/assets/afbb633f-ec0d-464f-a291-ab7607276cf9" /> Follows the pattern established in #15440 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) Co-authored-by: Alex Krawiec <alex.krawiec@R7J1Y747QQ.local>
1 parent dda5f8c commit 3e4c9c6

File tree

21 files changed

+45
-20
lines changed

21 files changed

+45
-20
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Configuration
2+
title: Extended Configuration
3+
sidebar_title: Extended Configuration
34
notSupported:
45
- native.breakpad
56
- native.crashpad
@@ -8,7 +9,8 @@ notSupported:
89
- perl
910
- kotlin
1011
description: "Additional configuration options for the SDK."
11-
sidebar_order: 5
12+
sidebar_order: 2
13+
sidebar_section: configuration
1214
---
1315

1416
<PageGrid />

docs/platforms/dotnet/common/crons/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set Up Crons
33
sidebar_title: Crons
44
description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application."
5-
sidebar_order: 5750
5+
sidebar_order: 5
6+
sidebar_section: features
67
---
78

89
Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Data Management
33
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
4-
sidebar_order: 2500
4+
sidebar_order: 3
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/dotnet/common/enriching-events/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Enriching Events
33
description: Enrich events with additional context to make debugging simpler.
4-
sidebar_order: 2300
4+
sidebar_order: 1
5+
sidebar_section: configuration
56
notSupported:
67
- kotlin
78
- native.breakpad

docs/platforms/dotnet/common/legacy-sdk.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Legacy SDK
3-
sidebar_order: 9000
3+
sidebar_order: 8
4+
sidebar_section: configuration
45
description: "Read the legacy documentation for the .NET SDK. "
56
---
67

docs/platforms/dotnet/common/logs/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: Set Up Logs
33
sidebar_title: Logs
44
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
5-
sidebar_order: 5600
5+
sidebar_order: 2
6+
sidebar_section: features
7+
new: true
68
notSupported:
79
- dotnet.google-cloud-functions
810
- dotnet.log4net

docs/platforms/dotnet/common/migration/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Migration Guide
33
description: "Migrating between versions of Sentry SDK for .NET."
4-
sidebar_order: 8000
4+
sidebar_order: 5
5+
sidebar_section: configuration
56
---
67

78
Upgrading includes both breaking changes and new features.

docs/platforms/dotnet/common/profiling/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set Up .NET Profiling
33
sidebar_title: Profiling
44
description: "Learn how to enable profiling in your app if it is not already set up."
5-
sidebar_order: 5000
5+
sidebar_order: 4
6+
sidebar_section: features
67
notSupported:
78
- dotnet.uwp
89
- dotnet.aws-lambda

docs/platforms/dotnet/common/security-policy-reporting/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
4-
sidebar_order: 7500
4+
sidebar_order: 4
5+
sidebar_section: configuration
56
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
67
---
78

docs/platforms/dotnet/common/tracing/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set Up Tracing
33
sidebar_title: Tracing
44
description: "Learn how to enable tracing in your app and discover valuable performance insights of your application."
5-
sidebar_order: 4000
5+
sidebar_order: 3
6+
sidebar_section: features
67
---
78

89
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/).

0 commit comments

Comments
 (0)