Off-line error reporting
jorgemor
Posts: 3
My application is installed on a computer that does not have internet connection (and will never have) because of security reasons.
Because of this, error reports cannot be sent via internet.
Is there a way to save the error reports locally?
Because of this, error reports cannot be sent via internet.
Is there a way to save the error reports locally?
Comments
I don't believe the report is created until it is sent so the only way to do this would be to set up a custom web server for the error reporting as described here. You would need to set this up on that machine so that the reports are sent to the machine itself and wouldn't need to reach the internet.
Having said that, you may be able to set up a custom error reporting template which would allow you to save it locally as well - see the SDK examples at
Kind regards,
Alex
Have you visited our Help Center?