Skip to content

Additional info in React errors #568

Open
@luismiramirez

Description

@luismiramirez

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions