Example #1
0
 public void ReportFatalException(Exception exception)
 {
     Insights.Report(exception, ReportSeverity.Error);
     Insights.Save().Wait();
 }
Example #2
0
 public Task Save()
 {
     return(Insights.Save());
 }