Hi, my team is using Sentry within our .NET application. I’m wondering if there is a way for our application to know whether the submission of an error report to Sentry succeeded or not. Some of our clients use the SW in un-networked configurations, in which case we’d like to save report info locally. We can handle the behavior for that failure path, but need to know when those failures occur. Is there a return code somewhere?
Please let me know if I’ve missed something on forums or other locations. Thanks!