I have the same question as a two-year-old one. We're using `onError` in order to send email alerts, however:
1. Exception stack traces are not as thorough as the built-in error handler. 2. Debug info on error doesn't display in development. 3. RTE logs are often not written. Is there a way to get the best of both worlds, ideally re-raising the exception? Should I try to send email notifications via a Jetty error handler? Or do I need to explicitly catch errors around various functions/calls/etc.? This is approach is cumbersome and bloated. Thoughts? -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
