Closed mogikanin closed 6 years ago
You're right!
RuntimeInformation.ProcessArchitecture
should go into App
.
This difference is actually documented here: https://github.com/getsentry/dotnet-sentry-platform-abstractions/issues/7
We're hoping to extract this logic into a new component.
We use raven-csharp in windows desktop app. packages.cofig:
We are running x86 process on x64 Windows, and raven-csharp reports x86 architecture in Device section. I guess there is a typo on this line: https://github.com/getsentry/raven-csharp/blob/develop/src/app/SharpRaven/Data/Context/Device.cs#L215 There should be
RuntimeInformation.OSArchitecture.ToString();