sentry-dotnet
sentry-dotnet copied to clipboard
Attach screenshot on errors when running on Mobile
Problem Statement
Sentry supports screenshots for UI frameworks. This is adopted in Sentry's iOS, Android, Unity and Xamarin SDKs.
This potentially could be made available on desktop (WPF/WinForms/Avalonia/Uno) too.
Solution Brainstorm
SDK dev docs: https://develop.sentry.dev/sdk/features/#screenshots
Done on Symbol Collector for target net6.0-android
but not sure this approach will work unless the final app has UseMauiEssentials
:
getsentry/symbol-collector@6a8458a
(#129)
Related issues:
- https://github.com/getsentry/team-mobile/issues/17