-
Beta Was this translation helpful? Give feedback.
Answered by
gkdn
Feb 15, 2023
Replies: 1 comment 9 replies
-
We populate the This is relatively recently standardized so DevTools might not have caught up with them yet. You can file a bug with Chrome or the browser that you are developing with. Being said that if you pause, then you can still inspect the error object and inspect/print the |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
faveoled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We populate the
cause
property of the JS errors.This is relatively recently standardized so DevTools might not have caught up with them yet. You can file a bug with Chrome or the browser that you are developing with.
Being said that if you pause, then you can still inspect the error object and inspect/print the
cause
field of it.