Put Error.cause
in error data with ExtraErrorData
integration
#7051
Labels
Error.cause
in error data with ExtraErrorData
integration
#7051
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.36.0
SDK Setup
See below.
Steps to Reproduce
Given running the following script with
node index.mjs
:Expected Result
As the errors are linked, I'd expect to see the extra data for both.
Actual Result
I can only see extra data for the upper error:
, although
lowerFoo: 'baz'
shows in theconsole.log()
breadcrumb:The text was updated successfully, but these errors were encountered: