Author Topic: Option to disable crashlog sending  (Read 746 times)

ZoltanE

  • Full Member
  • ***
  • Posts: 23
My employers are uncomfortable with an app sending crash data because that might leak information about the project. It would be very important to have a way of disabling that functionality.

Alexis Vaisse

  • Administrator
  • *****
  • Posts: 189
Hi,

If you don't want any crash report to be sent, you can define the following environment variable: INSTANT_TERRA_DO_NOT_SEND_CRASH (any value will work).
If the application crashes, a message box indicates whether an anonymous crash report has been sent.

This feature will be available in Instant Terra 2.4 to be released next week.

If you find a repro case for a crash, please send it to support@wysilab.com.
That's the best option to get the crash fixed. ;-)
Thanks.

ZoltanE

  • Full Member
  • ***
  • Posts: 23
Oh I see, great, thanks! :)