Package + Version
Version:
Description
The docs describe a way of filtering events using the hint.originalException object. However using the React library with included ErrorBoundry component the hint object only contains { event_id: 'xxxx' } and no originalException or syntheticException etc.
I've done some digging and I think (not certain, only trying to read the lib code) that this new addition #3532 (React 17 error boundaries) has swallowed the original error. I tried skipping this section of the code and the original exception came back on the hint inside beforeSend.
Please can something be done to restore this functionality, or am I doing something wrong? Thanks
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)@sentry/reactVersion:
Description
The docs describe a way of filtering events using the
hint.originalExceptionobject. However using the React library with included ErrorBoundry component thehintobject only contains{ event_id: 'xxxx' }and nooriginalExceptionorsyntheticExceptionetc.I've done some digging and I think (not certain, only trying to read the lib code) that this new addition #3532 (React 17 error boundaries) has swallowed the original error. I tried skipping this section of the code and the original exception came back on the
hintinsidebeforeSend.Please can something be done to restore this functionality, or am I doing something wrong? Thanks