getsentry / getsentry/sentry-dotnet
User Feedback as a crash report modal for Avalonia
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
Looking at how StabilityMatrix uses the SDK I noticed they have a crash report modal:
[https://github.com/LykosAI/StabilityMatrix/blob/bedc702697a572ada5a0faffbd357e58949688b1/StabilityMatrix.Avalonia/Program.cs#L348-L472]()
Specially:
[https://github.com/LykosAI/StabilityMatrix/blob/bedc702697a572ada5a0faffbd357e58949688b1/StabilityMatrix.Avalonia/Program.cs#L413-L440]()
[https://github.com/LykosAI/StabilityMatrix/blob/bedc702697a572ada5a0faffbd357e58949688b1/StabilityMatrix.Avalonia/ViewModels/Dialogs/ExceptionViewModel.cs#L27]()
I think this could be an interesting OOTB crash report modal for Avalonia
Relates to:
* [https://github.com/getsentry/sentry-dotnet/pull/3981]()
* getsentry/sentry-dotnet#2614
* getsentry/sentry-dotnet#3964
Contributor guide
Assessment
This issue has not been assessed yet.