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
3 changes: 2 additions & 1 deletion docs/platforms/dart/common/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Configuration
title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 4
sidebar_section: configuration
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/dart/common/data-management/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/dart/common/debug-symbols/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/enriching-events/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
sidebar_section: features
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/dart/common/feature-flags/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/features/index.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 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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/migration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Migration Guide
sidebar_order: 8000
sidebar_section: configuration
description: "Migrate between versions of Sentry's SDK for Dart."
---

Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/overhead/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/usage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/common/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/dart/guides/flutter/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Configuration
title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
sidebar_section: configuration
---

<PageGrid />
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/debug-symbols/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/features/index.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 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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/overhead/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<PlatformContent includePath="profiling/index/preface" />
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/releases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
---
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/size-analysis/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Size Analysis
sidebar_order: 5200
sidebar_section: features
description: Upload Flutter builds to Sentry for size analysis.
new: true
---
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/usage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/dart/guides/flutter/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/unity/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Configuration
title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
sidebar_section: configuration
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/unity/data-management/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/unity/enriching-events/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
sidebar_section: features
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/unity/game-consoles/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/migration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/native-support/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
@@ -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. "
---

Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/usage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unity/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/unreal/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Configuration
title: Basic Configuration
description: "Additional configuration options for the SDK."
sidebar_order: 5
sidebar_section: configuration
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/unreal/data-management/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/unreal/enriching-events/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Enriching Events
description: Enrich events with additional context to make debugging simpler.
sidebar_order: 2300
sidebar_section: features
---

<PageGrid />
1 change: 1 addition & 0 deletions docs/platforms/unreal/game-consoles/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unreal/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unreal/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/platforms/unreal/migration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Migration Guide
description: "Learn more about migrating to the current version."
sidebar_order: 8000
sidebar_section: configuration
---

<Alert>
Expand Down
Loading
Loading