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
The bug in V8 that meant we couldn't instrument Node 10 was fixed and
Node 10.4.0 shipped with a newer version of V8.
This is the original bug report in Node:
nodejs/node#20516
This is the PR that fixed it in Node:
nodejs/node#19989Closeselastic#448
Some versions of Node.js contain bugs or issues that limit our ability to instrument them correctly.
16
16
The following versions of Node.js are known to not be fully instrumented:
17
17
18
-
- v10.x - Async/Await in Node.js 10 is currently buggy and can therefore not be supported (https://github.com/nodejs/node/issues/20516:[nodejs/node#20516])
19
18
- v8.1.x - Recommended solution: Upgrade to v8.2.0 or higher to get full support
20
19
- v8.0.x - Recommended solution: Upgrade to v8.2.0 or higher to get full support
0 commit comments