Hey, I noticed that all my stack traces start with AsyncHook.init so I looked at the source code and the following regex:
const asyncHooksRegEx = /\((internal\/)?async_hooks\.js:/ at index.js:7
doesn't match my stack trace. In my stack traces there is no .js extension for the async_hooks calls.
Hey, I noticed that all my stack traces start with AsyncHook.init so I looked at the source code and the following regex:
const asyncHooksRegEx = /\((internal\/)?async_hooks\.js:/atindex.js:7doesn't match my stack trace. In my stack traces there is no
.jsextension for the async_hooks calls.