Null is not an object (evaluating 'n.originalException.message')

I’m having this recurring error in sentry beforeSend callback.

Not every event will have an originalException set. You need to check for the existence of this attribute on hint before trying to access attributes on it.

@mitsuhiko Thanks, that’s what I thought, but since I couldn’t find clarification on the documentation and since I’m pretty new with Sentry I needed to be sure it was not something I was doing wrong before adding the check needed.

Thanks again! +1