Issue
For Issues with a "Related Exceptions" section in their events, the name of the cause error is shown instead of the actual error name. This can make distinguishing the exact problem difficult when viewing the Issues Dashboard at a glance, as differing problems may still appear to have the same Title.
Applies To
- All plans
- Issues page
- Javascript based SDKs
Symptoms
An example would be an error titled "Route not found". The cause of this error is an "AxiosError". The issue will be titled with the later instead of the former, making it difficult to tell what kind of AxiosError we are dealing with exactly.
Resolution
This is a known bug and has been reported on this GitHub issue.
To summarize what is going on, between version 7.46 and 7.74, the SDK changed how it reports linked errors, presumably in order to support exception groups. The overall problem is that
main_exception_id
is getting set to the wrong exception. Its introduction was meant for situations where the first error in the chain isn't a meaningful error in and of itself, but a way to collect errors. There is a more detailed explanation for this here.We recommend subscribing to the GitHub thread so you can be notified on the issue's resolution. If you would like, please also feel free to provide a comment with what you have experienced. Our engineers have located the issue, and will be making changes to fix it as soon as possible.