Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not include screenshot in report #40

Open
yspak82 opened this issue Jun 3, 2021 · 0 comments
Open

Does not include screenshot in report #40

yspak82 opened this issue Jun 3, 2021 · 0 comments

Comments

@yspak82
Copy link

yspak82 commented Jun 3, 2021

  • 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();
  • image
  • image
  • image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant