I am not sure if I am missing something but in one solution we are using the LogEventBeforeSave subscriber to log exceptions to external systems. I was browsing some errors a few days ago and encountered a NullReferenceException but since I cannot find any way to access the Exception object, the message I could log did not really help me locate the issue and solve it quickly and it caused customers to not being able to make a payment for some time.
Please correct me if I am wrong and there is some way that I can access the Exception object and log the StackTrace. If it is not possible then I think that it would be really helpful to have it accessible.
PS: Also have you guys thought about making it easy for developers to paste code here with syntax highlighting and such?
Regards.
Unnsteinn