Skip to content
Open
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: 4 additions & 2 deletions docs/platforms/dotnet/common/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configuration
title: Extended Configuration
sidebar_title: Extended Configuration
notSupported:
- native.breakpad
- native.crashpad
Expand All @@ -8,7 +9,8 @@ notSupported:
- perl
- kotlin
description: "Additional configuration options for the SDK."
sidebar_order: 5
sidebar_order: 2
sidebar_section: configuration
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/crons/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/data-management/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/enriching-events/index.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/legacy-sdk.mdx
Original file line number Diff line number Diff line change
@@ -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. "
---

Expand Down
4 changes: 3 additions & 1 deletion docs/platforms/dotnet/common/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/migration/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -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. "
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/unit-testing.mdx
Original file line number Diff line number Diff line change
@@ -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`."
---

Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/dotnet/common/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/common/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/guides/aspnet/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dotnet/guides/aspnetcore/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

<PageGrid />
2 changes: 2 additions & 0 deletions docs/platforms/dotnet/guides/xamarin/ignoring-exceptions.mdx
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dotnet/guides/xamarin/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Loading