Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various .NET MAUI fixes / improvements #2403

Merged
merged 6 commits into from
Jun 1, 2023
Merged

Conversation

mattjohnsonpint
Copy link
Contributor

  • The battery level was being reported incorrectly due to percentage multiplier. For example, a fully charged battery was being reported as 1% instead of 100%.
  • The device architecture (x64, arm64, etc.) is now reported
  • On Windows, the OS type is now reported as "Windows" instead of "WinUI". Additionally, the OS display version (ex, "22H2") is now included.
  • UIKit, ABI.Microsoft and WinRT frames are now marked "system" instead of "in app" - fixes iOS / MacCat system frames are being marked in-app #2393 and a similar issue on Windows.

@github-actions
Copy link
Contributor

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 262c279

@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) June 1, 2023 01:34
@mattjohnsonpint mattjohnsonpint merged commit f551ffe into main Jun 1, 2023
@mattjohnsonpint mattjohnsonpint deleted the feat/maui-improvements branch June 1, 2023 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS / MacCat system frames are being marked in-app
2 participants