hapi plugin for taking a process dump and cleaning up after an uncaught exception
Lead Maintainer: Colin Ihrig
The following options are available when configuring 'poop':
logPath- the file path to log any uncaught exception errors. Defaults to 'poop.log' in the plugin folder.
When an 'uncaughtException' is encountered a heap dump will be output to the plugin folder as well as the exception details. After this is complete the process will exit with a 'failure' code.

