On Fri, May 18, 2018 at 9:12 PM, Tim Mackinnon <[email protected]> wrote:

Equally you could perhaps trap something in Pharo and write out a fuel file
> to an s3 bucket - with s3 you can then trigger an event and they have tools
> you can use to alert and or email


I do this too -- fuel is really simple to use, and S3 can be as simple as a
single PUT request (unless you want some constraints like content type and
size limiting).
I use combination of Sentry + S3: sentry contains the stack and bunch of
other metadata, and I save fuel files to S3 named accordingly to the same
sentry event... that way there's no mess in files.

For self-setup, you can copy how ShoreLine operates to see how to hook it
up to Pharo (some other tips are here
http://forum.world.st/global-exception-handler-mechanism-td5065563.html#a5065731
, but I didn't yet have time to properly investigate them )

Peter

Reply via email to