You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to be able to access an exception's stack trace as structured data, so that I can apply source maps and serialize it to my own representation. Right now, QuickJS only exposes the stack trace as a string. With V8, I can do this with Error.prepareStackTrace. See here: https://v8.dev/docs/stack-trace-api. Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I would like to be able to access an exception's stack trace as structured data, so that I can apply source maps and serialize it to my own representation. Right now, QuickJS only exposes the stack trace as a string. With V8, I can do this with
Error.prepareStackTrace
. See here: https://v8.dev/docs/stack-trace-api. Thank you!The text was updated successfully, but these errors were encountered: