I am trying to add sentry to my stack and am also using bunyan to send log messages to cloudwatch.
I am using cloudwatch as my solution for all logs but find sentry very nice for aggregating, notifying etc. on exceptions.
I see that I can use bunyan sentry stream (https://www.npmjs.com/package/bunyan-sentry-stream) to send logs from bunyan to sentry but I also want to be able to send the uncaught exceptions which sentry catches through to cloudwatch.
Is there anyway of accessing these exceptions as they are sent to sentry and also pipe them into my generic logger?
via Graham Coombe
No comments:
Post a Comment