how's everyone doing exception reporting with thei...
# random
t
how's everyone doing exception reporting with their serverless setups? Right now I'm using sentry and wrapping all my lambdas but wonder if there's a better way
r
We use Epsagon, works very well. They've also very recently launched a browser tracing element which will allow you to trace a request all the way from a frontend app through to backend serverless services. React only at the moment
t
cool hadn't heard of this, will checkout
k
We use Sentry as well (mainly to track critical errors), together with Opsgenie. We also use Sumologic for traceability and general error monitoring