sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Attach screenshot on errors when running on Mobile

Open bruno-garcia opened this issue 2 years ago • 0 comments

Problem Statement

Sentry supports screenshots for UI frameworks. This is adopted in Sentry's iOS, Android, Unity and Xamarin SDKs.

image

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

bruno-garcia avatar Jun 26 '22 19:06 bruno-garcia