4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,017 stars (1,017 stars)174 forks (174 forks)batch import
enhancementfeature requesthelp wanted
Description
pls see images.

- Issue type
- bug
- Research direction
- Investigate how TraceKit handles unhandled promise rejections in browsers. Look at the source code in tracekit.js, specifically the ` onUnhandledRejection` function or equivalent, to see how it extracts error type and message from the PromiseRejectionEvent. The screenshots indicate that the error type and message are undefined, which may be due to incorrect property access (e.g., `event.reason` instead of `reason`). Check for any existing comments in the issue for further clues.