4 留言 (4 留言)0 反應 (0 反應)0 負責人 (0 負責人)JavaScript1,017 star (1,017 star)174 fork (174 fork)batch import
enhancementfeature requesthelp wanted
描述
pls see images.

- 議題類型
- bug
- 研究方向
- 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.