ravibpatel / CrashReporter.NET

Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
MIT License
184 stars 74 forks source link

Email error report without creating reporting popup? #8

Closed NateVolt closed 6 years ago

NateVolt commented 6 years ago

I have implemented this into a WFA. However, I would like for the reporting to be done automatically. Instead, the submit error form pops up and asks for email despite providing it in the initialization of the crash reporter. Is there a way to hide the error form and just send without asking the user for input?

ravibpatel commented 6 years ago

@NateVolt There is functionality to submit reports automatically but it will always show the dialog. It will send useful information regarding bug silently by default.