Feature Request
Xamarin.Mac - support native Exceptions
TobyLobster
Currently the Xamarin.Mac provider only supports managed .NET exceptions. This doesn't provide the whole picture since an application can also crash with a native exception. These crashes are not reported to Raygun!
The enhancement would be to bind the native Mac provider within Raygun4Net.Xamarin.Mac. I am lead to believe this was done previously with the Xamarin iOS provider and it worked well.
(Native exceptions can occur with native assemblies that are bound into an app, and also when Xamarin.Mac doesn't surface an issue as a managed exception).
This was the first crash that occurred in my app after integrating Raygun, so it was very disappointing to discover it wasn't reported.
See https://raygun.com/forums/thread/90271#90270 for my example project that shows this happening.
Thanks for your help,
Toby