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
Ross Coundon
07/19/2021, 1:51 PM
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
thdxr
07/19/2021, 1:57 PM
cool hadn't heard of this, will checkout
k
Karo
07/20/2021, 7:10 PM
We use Sentry as well (mainly to track critical errors), together with Opsgenie. We also use Sumologic for traceability and general error monitoring