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
feat: include stack trace in 'get_console_message' tool
This is the stack trace of the console message itself. If the
argument is an Error object or an "Error.stack" like string we
don't do anything special (yet).
The stack trace is source mapped if source maps are available.
For now, this only works for console messages of the main page
target as puppeteer doesn't tell us yet from which target a
console message is coming from.
0 commit comments