Hi there,
I’d like to distinguish the uncaught/unhandled exceptions in Sentry vs the “handled” exceptions. How would I go about setting this up? This way, my team can prioritize which sentry errors to try fixing first.
We are currently using raven-node
with a loopback (express) server.
Thanks in advance!