getsentry / raven-csharp

Superseded by: https://github.com/getsentry/sentry-dotnet
BSD 3-Clause "New" or "Revised" License
231 stars 121 forks source link

Device architecture reported based on process architecture #245

Closed bruno-garcia closed 6 years ago

bruno-garcia commented 6 years ago

When targeting .NET Framework 4+ the API used to extract CPU architecture uses the bitness of the process instead of the machine.

Contexts interface for Device architecture expects the bitness of the actual device.