getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
584 stars 206 forks source link

Sentry package for WinUI apps #3712

Open bruno-garcia opened 5 hours ago

bruno-garcia commented 5 hours ago

Suggestion:

Package named Sentry.UI.Xaml that depend on Microsoft.UI.Xaml and targets netstandard2.0 (or should/has to be: uap10.0)?

Add specific info that can be read with native APIs:

Resolves (if we can get sentry-native to work there, as it does on Native AOT):

Have the Sentry.Maui depend on it if target is uap10.0, (should this also be available on netX.0-windows?)

See also:

whiskhub commented 4 hours ago

See my comment https://github.com/getsentry/sentry-dotnet/issues/2076#issuecomment-2440130964: there is WinUI 2, which is using UWP and .NET Native; and there is now WinUI 3, which is decoupled from the OS and can run in any C#/C++ Win32 app.