0

I have started using exceptionless for a windows forms application. Whenever it notices that the program is crashed it throws up this window:

Exceptionless Error Report Window

I really do not want it to do this, as I want it to submit the errors to me, with out a user being able to stop it. Is there anyway to do this?

Chris
  • 304
  • 3
  • 15
  • 1
    Seems a bit evil not to give users the option on whether data is transmitted to a remote server – Gareth Mar 21 '18 at 14:57
  • Its actually an internal program, going to a self hosted server, so not giving them the option isn't that evil ;) – Chris Mar 21 '18 at 15:02

1 Answers1

0

I find it :)

ExceptionlessClient.Default.Register(showDialog: false);

showDialog: Controls whether a dialog is shown when an unhandled exception occurs.