Question
Sun Life Financial
CA
Last activity: 23 Aug 2018 19:06 EDT
Suppressing Errors in Production
Hello community,
we are currently building our first solution with the OpenSpan technology and we are working on putting together an error handling strategy. We've seen from a previous PEGA built solution that it was intentionally suppressing unhandled errors (using a method from the Test Harness) when on the PROD configuration. We were wondering what were the motivations of doing this vs having the solution display these unhandled errors to the user or having a try/catch block around the whole thing and handling those there. Any insight on the error handling best practices?
Thanks