sentry-dotnet
sentry-dotnet copied to clipboard
Support `UWP` via package
Benefits:
- Allows us to be optinionated whether UWP is targeted
- Wrap the enricher to fix non-available stuff (i.e. in foreground)
- Wrap .NET native functionality that is not available
- https://github.com/getsentry/sentry-dotnet/issues/3388
- https://github.com/getsentry/sentry-dotnet/issues/569
- https://github.com/getsentry/sentry-dotnet/issues/2416
Challenges:
- Currently we publish all our NuGet packages from the same build on the macOS runner. I don't think we can build packages with dependencies in WinAPI from macOS, so we'd need to use multiple runners to publish the release builds