Comments
Sort by recent activity
Thank you / comments
Thank you
I was skeptical about this fix but it worked! Thank you. / comments
I was skeptical about this fix but it worked! Thank you.
I tested both ways and neither worked. / comments
I tested both ways and neither worked.
One more question, is there a recommended way to let the user set their proxy server address and port in the field? In standard .NET apps, we usually let the user edit the .config file and enter their proxy server address and port but the error reporter is compiled into our main app and it does not have a .config file. / comments
One more question, is there a recommended way to let the user set their proxy server address and port in the field? In standard .NET apps, we usually let the user edit the .config file and enter t...
Thank you, that's what I was looking for. / comments
Thank you, that's what I was looking for.
I am working on a custom error reporting UI that will send an email to us after the user click send report. However, it is very difficult to test my work because the error reporting UI can only be called in a obfuscated build. Is there a tester project I can download so I can trace the code? / comments
I am working on a custom error reporting UI that will send an email to us after the user click send report. However, it is very difficult to test my work because the error reporting UI can only be...
Thank you for your reply. I went back to look at the SDK. It appears the email address is a custom property of the error report and I can add additional properties. I'll try it out.
Thanks / comments
Thank you for your reply. I went back to look at the SDK. It appears the email address is a custom property of the error report and I can add additional properties. I'll try it out.
Thanks