You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted by @maltesa in this comment, React's error boundaries pass additional error info that contains additional data such as the error stack trace.
We already get the stack traces from error objects with getStacktrace(), but it's worth researching the contents of this variable and add the relevant bits of information contained in that argument to enrich React's error data.
Based on the official docs, this should be available only from React > 16
The text was updated successfully, but these errors were encountered:
As noted by @maltesa in this comment, React's error boundaries pass additional error info that contains additional data such as the error stack trace.
We already get the stack traces from error objects with getStacktrace(), but it's worth researching the contents of this variable and add the relevant bits of information contained in that argument to enrich React's error data.
Based on the official docs, this should be available only from React > 16
The text was updated successfully, but these errors were encountered: