Possible to send user report after Unhandled Exception?

I guess the answer is no since once you get into an Unhandled Exception there’s no way you can detect it, but correct me if I’m wrong.

To clarify: I would like to send a user report, ‘which I automated to bring my log files and more useful data’ when there’s an unhandled exception. Is that possible?

Thanks in advance!

You are correct that there isn’t a current way to send a report when an unhandled exception occurs. We’ll log this as a feature request and evaluate if it’s possible.