How to catch React errors for your users without blinding your Sentry logs
Every React developer fears the "White Screen of Death". When a single component throws an unhandled error, React unmounts the entire component tree, leaving the user staring at a blank page.
To fix t
verossim.hashnode.dev3 min read