Distinguish uncaught exceptions

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!

Hey,

There’s no way to do this at Raven’s level now. You can use dataCallback method to add additional info to errors yourself (eg. through extra or tags attributes), however making a distinction between error types is on your side.