getsentry / sentry-dotnet

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

Try to populate DeviceInfo if/when sentry-native is available #3313

Open jamescrosswell opened 3 weeks ago

jamescrosswell commented 3 weeks ago

This would likely be when AOT compilation is enabled (either via the IsAotCompatible build option or UseDotNetNativeToolchain in UWP apps).

Not sure if this is possible or how easy it would be.

See original discussion here: