Skip to content
Open
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
99 changes: 93 additions & 6 deletions docs/product/explore/metrics/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,99 @@ To set up Sentry Metrics, use the links below for supported SDKs. After it's bee
url="/platforms/go/metrics/"
/>

### .NET

- <LinkWithPlatformIcon
platform="dotnet"
label=".NET"
url="/platforms/dotnet/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.android"
label=".NET for Android"
url="/platforms/dotnet/guides/android/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.apple"
label=".NET for iOS, macOS, and Mac Catalyst"
url="/platforms/dotnet/guides/apple/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.aspnet"
label="ASP.NET"
url="/platforms/dotnet/guides/aspnet/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.aspnetcore"
label="ASP.NET Core"
url="/platforms/dotnet/guides/aspnetcore/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.aws-lambda"
label="AWS Lambda"
url="/platforms/dotnet/guides/aws-lambda/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.azure-functions-worker"
label="Azure Functions"
url="/platforms/dotnet/guides/azure-functions-worker/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.blazor-webassembly"
label="Blazor WebAssembly"
url="/platforms/dotnet/guides/blazor-webassembly/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.entityframework"
label="Entity Framework"
url="/platforms/dotnet/guides/entityframework/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.extensions-logging"
label="Microsoft.Extensions.Logging"
url="/platforms/dotnet/guides/extensions-logging/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.google-cloud-functions"
label="Google Cloud Functions"
url="/platforms/dotnet/guides/google-cloud-functions/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.log4net"
label="log4net"
url="/platforms/dotnet/guides/log4net/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.maui"
label="MAUI"
url="/platforms/dotnet/guides/maui/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.nlog"
label="NLog"
url="/platforms/dotnet/guides/nlog/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.serilog"
label="Serilog"
url="/platforms/dotnet/guides/serilog/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.winforms"
label="Windows Forms"
url="/platforms/dotnet/guides/winforms/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.winui"
label="WinUI"
url="/platforms/dotnet/guides/winui/metrics/"
/>
- <LinkWithPlatformIcon
platform="dotnet.wpf"
label="WPF"
url="/platforms/dotnet/guides/wpf/metrics/"
/>

## Upcoming SDKs

We're actively working on adding Metrics functionality to additional SDKs. Check out these GitHub issues for the latest updates:
Expand All @@ -316,12 +409,6 @@ We're actively working on adding Metrics functionality to additional SDKs. Check
url="https://github.com/getsentry/sentry-rust/issues/938"
/>

- <LinkWithPlatformIcon
platform="dotnet"
label=".NET"
url="https://github.com/getsentry/sentry-dotnet/issues/4741"
/>

- <LinkWithPlatformIcon
platform="react-native"
label="React Native"
Expand Down