Does not include screenshot in report
yspak82 opened this issue · 0 comments
yspak82 commented
- save report In wpf project.
- but i can't find screenshot in report.
base.OnStartup(e);
AppDomain.CurrentDomain.UnhandledException += CurrentDomainOnUnhandledException;
Application.Current.DispatcherUnhandledException += DispatcherOnUnhandledException;
TaskScheduler.UnobservedTaskException += TaskSchedulerOnUnobservedTaskException;
_reportCrash = new ReportCrash("Email where you want to receive crash reports")
{
Silent = true,
IncludeScreenshot = true,
ShowScreenshotTab = true,
CaptureScreen = true,
};
_reportCrash.RetryFailedReports();