I'm debating the following, want to get the community's advice here.
We experience a lot of internal support tickets where our users receive an error at some point in a process, and later no longer get either the same error or any error at all. We'd like exceptions ( or any error really ) to be logged to a custom table that will be cleaned up via a periodic batch job.
I'm thinking about adding an event handler on the global class, error method to log the details to a custom table using a subscriber. Would this add much overhead? Can this process run in a different thread?
Grazie,
S