4 Kommentare (4 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)JavaScript1.017 Stars (1.017 Stars)174 Forks (174 Forks)batch import
enhancementfeature requesthelp wanted
Beschreibung
pls see images.

- Issue Type
- bug
- Research-Richtung
- 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.