From eebc508d56a3b060756d9a35c6190f5d247fd727 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Wed, 11 Dec 2024 18:37:34 -0300 Subject: [PATCH] dotnet: clarify it runs on mobile (#12094) --- docs/platforms/dotnet/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/platforms/dotnet/index.mdx b/docs/platforms/dotnet/index.mdx index dc9b9346a8b2b..06be7c279f3f4 100644 --- a/docs/platforms/dotnet/index.mdx +++ b/docs/platforms/dotnet/index.mdx @@ -14,6 +14,16 @@ If you don't already have an account and Sentry project established, head over t +You can use these instructions to run Sentry in an app running on: + +* Windows +* macOS +* Linux +* Android +* iOS + +If you're using a framework, such as ASP.NET Core or MAUI, please select the framework on the drop down on the top left. + ## Features In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).