I am going to create a new app from scratch, and formerly I have been used a lot of
try
{
...
}
catch (Exception e)
{
if (Xamarin.Insights.IsInitialized)
Xamarin.Insights.Report(e);
}
How can I do this in HockeyApp
?
I am going to create a new app from scratch, and formerly I have been used a lot of
try
{
...
}
catch (Exception e)
{
if (Xamarin.Insights.IsInitialized)
Xamarin.Insights.Report(e);
}
How can I do this in HockeyApp
?