Skip to content

Commit 8ac0649

Browse files
authored
docs(dotnet): Add .NET to metrics getting started (#16262)
1 parent 093223d commit 8ac0649

1 file changed

Lines changed: 93 additions & 6 deletions

File tree

  • docs/product/explore/metrics/getting-started

docs/product/explore/metrics/getting-started/index.mdx

Lines changed: 93 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,99 @@ To set up Sentry Metrics, use the links below for supported SDKs. After it's bee
306306
url="/platforms/go/metrics/"
307307
/>
308308

309+
### .NET
310+
311+
- <LinkWithPlatformIcon
312+
platform="dotnet"
313+
label=".NET"
314+
url="/platforms/dotnet/metrics/"
315+
/>
316+
- <LinkWithPlatformIcon
317+
platform="dotnet.android"
318+
label=".NET for Android"
319+
url="/platforms/dotnet/guides/android/metrics/"
320+
/>
321+
- <LinkWithPlatformIcon
322+
platform="dotnet.apple"
323+
label=".NET for iOS, macOS, and Mac Catalyst"
324+
url="/platforms/dotnet/guides/apple/metrics/"
325+
/>
326+
- <LinkWithPlatformIcon
327+
platform="dotnet.aspnet"
328+
label="ASP.NET"
329+
url="/platforms/dotnet/guides/aspnet/metrics/"
330+
/>
331+
- <LinkWithPlatformIcon
332+
platform="dotnet.aspnetcore"
333+
label="ASP.NET Core"
334+
url="/platforms/dotnet/guides/aspnetcore/metrics/"
335+
/>
336+
- <LinkWithPlatformIcon
337+
platform="dotnet.aws-lambda"
338+
label="AWS Lambda"
339+
url="/platforms/dotnet/guides/aws-lambda/metrics/"
340+
/>
341+
- <LinkWithPlatformIcon
342+
platform="dotnet.azure-functions-worker"
343+
label="Azure Functions"
344+
url="/platforms/dotnet/guides/azure-functions-worker/metrics/"
345+
/>
346+
- <LinkWithPlatformIcon
347+
platform="dotnet.blazor-webassembly"
348+
label="Blazor WebAssembly"
349+
url="/platforms/dotnet/guides/blazor-webassembly/metrics/"
350+
/>
351+
- <LinkWithPlatformIcon
352+
platform="dotnet.entityframework"
353+
label="Entity Framework"
354+
url="/platforms/dotnet/guides/entityframework/metrics/"
355+
/>
356+
- <LinkWithPlatformIcon
357+
platform="dotnet.extensions-logging"
358+
label="Microsoft.Extensions.Logging"
359+
url="/platforms/dotnet/guides/extensions-logging/metrics/"
360+
/>
361+
- <LinkWithPlatformIcon
362+
platform="dotnet.google-cloud-functions"
363+
label="Google Cloud Functions"
364+
url="/platforms/dotnet/guides/google-cloud-functions/metrics/"
365+
/>
366+
- <LinkWithPlatformIcon
367+
platform="dotnet.log4net"
368+
label="log4net"
369+
url="/platforms/dotnet/guides/log4net/metrics/"
370+
/>
371+
- <LinkWithPlatformIcon
372+
platform="dotnet.maui"
373+
label="MAUI"
374+
url="/platforms/dotnet/guides/maui/metrics/"
375+
/>
376+
- <LinkWithPlatformIcon
377+
platform="dotnet.nlog"
378+
label="NLog"
379+
url="/platforms/dotnet/guides/nlog/metrics/"
380+
/>
381+
- <LinkWithPlatformIcon
382+
platform="dotnet.serilog"
383+
label="Serilog"
384+
url="/platforms/dotnet/guides/serilog/metrics/"
385+
/>
386+
- <LinkWithPlatformIcon
387+
platform="dotnet.winforms"
388+
label="Windows Forms"
389+
url="/platforms/dotnet/guides/winforms/metrics/"
390+
/>
391+
- <LinkWithPlatformIcon
392+
platform="dotnet.winui"
393+
label="WinUI"
394+
url="/platforms/dotnet/guides/winui/metrics/"
395+
/>
396+
- <LinkWithPlatformIcon
397+
platform="dotnet.wpf"
398+
label="WPF"
399+
url="/platforms/dotnet/guides/wpf/metrics/"
400+
/>
401+
309402
### Gaming
310403

311404
- <LinkWithPlatformIcon
@@ -324,12 +417,6 @@ We're actively working on adding Metrics functionality to additional SDKs. Check
324417
url="https://github.com/getsentry/sentry-rust/issues/938"
325418
/>
326419

327-
- <LinkWithPlatformIcon
328-
platform="dotnet"
329-
label=".NET"
330-
url="https://github.com/getsentry/sentry-dotnet/issues/4741"
331-
/>
332-
333420
- <LinkWithPlatformIcon
334421
platform="react-native"
335422
label="React Native"

0 commit comments

Comments
 (0)